wxSetCursorEvent

See external documentation: wxSetCursorEvent.

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

Types


wxSetCursorEvent() = wx:wx_object()

Functions


getCursor(This) -> wxCursor() (see module wxCursor)

  • This = wxSetCursorEvent()

See external documentation.

getX(This) -> integer()

  • This = wxSetCursorEvent()

See external documentation.

getY(This) -> integer()

  • This = wxSetCursorEvent()

See external documentation.

hasCursor(This) -> boolean()

  • This = wxSetCursorEvent()

See external documentation.

setCursor(This, Cursor) -> ok

  • This = wxSetCursorEvent()
  • Cursor = wxCursor() (see module wxCursor)

See external documentation.