Available since LÖVE 0.9.0
This type is not supported in earlier versions.
Represents a hardware cursor.
love.mouse.getSystemCursor | Gets a Cursor object representing a system-native hardware cursor. | 0.9.0 | |
love.mouse.newCursor | Creates a new hardware Cursor object from an image. | 0.9.0 |
Cursor:getType | Gets the type of the Cursor. | 0.9.0 | |
Object:type | Gets the type of the object as a string. | ||
Object:typeOf | Checks whether an object is of a certain type. |
CursorType | Types of hardware cursors. | 0.9.0 |
© 2006–2016 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
https://love2d.org/wiki/Cursor