Cursor

Available since LÖVE 0.9.0
This type is not supported in earlier versions.

Represents a hardware cursor.

Constructors

love.mouse.getSystemCursorGets a Cursor object representing a system-native hardware cursor.Added since 0.9.0
love.mouse.newCursorCreates a new hardware Cursor object from an image.Added since 0.9.0

Functions

Cursor:getTypeGets the type of the Cursor.Added since 0.9.0
Object:typeGets the type of the object as a string.
Object:typeOfChecks whether an object is of a certain type.

Enums

CursorTypeTypes of hardware cursors.Added since 0.9.0

Supertypes

See Also

Other Languages

Personal tools