CursorType
Available since LÖVE 0.9.0 |
This enum is not supported in earlier versions. |
Types of hardware cursors.
Not all cursor types are available on all operating systems. If an unsupported type is used, it will default to something else. |
Contents
Constants
- image
- The cursor is using a custom image.
- arrow
- An arrow pointer.
- ibeam
- An I-beam, normally used when mousing over editable or selectable text.
- wait
- Wait graphic.
- waitarrow
- Small wait cursor with an arrow pointer.
- crosshair
- Crosshair symbol.
- sizenwse
- Double arrow pointing to the top-left and bottom-right.
- sizenesw
- Double arrow pointing to the top-right and bottom-left.
- sizewe
- Double arrow pointing left and right.
- sizens
- Double arrow pointing up and down.
- sizeall
- Four-pointed arrow pointing up, down, left, and right.
- no
- Slashed circle or crossbones.
- hand
- Hand symbol.
Notes
Note: sizewe is misspelt in this image as sizeew
See Also
Other Languages
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info