wxSetCursorEvent
MODULE
wxSetCursorEvent
MODULE SUMMARY
See external documentation: wxSetCursorEvent.
DESCRIPTION
See external documentation: wxSetCursorEvent.
- Use wxEvtHandler:connect/3 with EventType:
set_cursor
See also the message variant #wxSetCursor{} event record type.
This class is derived (and can use functions) from:
wxEvent
DATA TYPES
EXPORTS
getCursor(This::wxSetCursorEvent()) -> wxCursor() (see module wxCursor)
getX(This::wxSetCursorEvent()) -> integer()
getY(This::wxSetCursorEvent()) -> integer()
hasCursor(This::wxSetCursorEvent()) -> bool()
setCursor(This::wxSetCursorEvent(), Cursor::wxCursor() (see module wxCursor)) -> ok