class
#include <core/io/cursor.hpp>
Cursor Handle for a custom mouse cursor.
Public types
- enum class Standard { Arrow, IBeam, Cross, Hand, EWResize, NSResize, NWSEResize, NESWResize, AllResize, NotAllowed }
- Identifiers for the different standard cursors.
Enum documentation
enum class cubos:: core:: io:: Cursor:: Standard
Identifiers for the different standard cursors.
Enumerators | |
---|---|
Arrow |
Standard arrow cursor. |
IBeam |
Standard I-beam cursor. |
Cross |
Standard crosshair cursor. |
Hand |
Standard hand cursor. |
EWResize |
Standard horizontal resize cursor. |
NSResize |
Standard vertical resize cursor. |
NWSEResize |
Standard diagonal resize cursor (top-left to bottom-right). |
NESWResize |
Standard diagonal resize cursor (top-right to bottom-left). |
AllResize |
Standard all directions resize cursor. |
NotAllowed |
Standard not allowed cursor. |