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. | ![]() |
|
love.mouse.newCursor | Creates a new hardware Cursor object from an image. | ![]() |
Cursor:getType | Gets the type of the Cursor. | ![]() |
|
Object:release | Immediately destroys the object's Lua reference. | ![]() |
|
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. | ![]() |