UNPKG

phaser4-rex-plugins

Version:
8 lines (7 loc) 201 B
var SetCursorStyle = function (scene, cursor) { if (cursor === undefined) { cursor = ''; } scene.input.manager.canvas.style.cursor = cursor; } export default SetCursorStyle;