Function InputSingleton.setCustomMouseCursor
Sets a custom mouse cursor image, which is only visible inside the game window. The hotspot can also be specified. Passing null
to the image parameter resets to the system cursor. See cursorshape
for the list of shapes.
image
's size must be lower than 256×256.
hotspot
must be within image
's size.
Note: AnimatedTexture
s aren't supported as custom mouse cursors. If using an AnimatedTexture
, only the first frame will be displayed.
Note: Only images imported with the Lossless, Lossy or Uncompressed compression modes are supported. The Video RAM compression mode can't be used for custom cursors.