wxSetCursorEvent
See external documentation: wxSetCursorEvent.
See external documentation:
set_cursor
See also the message variant #wxSetCursor{} event record type.
This class is derived (and can use functions) from:
wxEvent
Functions
getCursor(This) -> wxCursor() (see module wxCursor)
This = wxSetCursorEvent()
See
getX(This) -> integer()
This = wxSetCursorEvent()
See
getY(This) -> integer()
This = wxSetCursorEvent()
See
hasCursor(This) -> boolean()
This = wxSetCursorEvent()
See
setCursor(This, Cursor) -> ok
This = wxSetCursorEvent()
Cursor = wxCursor() (see module wxCursor)
See