A SetCursorEvent is generated when the mouse cursor is about to be set as a
result of mouse motion. This event gives the application the chance to perform
specific mouse cursor processing based on the current position of the mouse
within the window. Use set_cursor to
specify the cursor you want to be displayed.
To process a set cursor event, use this event handler macro to direct input to a member
function that takes a SetCursorEvent argument.
evt_set_cursor() { | event | … } | Process a EVT_SET_CURSOR event. |
Constructor, used by the library itself internally to initialize the event
object.
Returns a reference to the cursor specified by this event.
Returns the X coordinate of the mouse in client coordinates.
Returns the Y coordinate of the mouse in client coordinates.
Returns if the cursor specified by this event is a valid cursor.
You cannot specify NullCursor
with this event, as it is not
considered a valid cursor.
Sets the cursor associated with this event.
[This page automatically generated from the Textile source at 2023-06-13 21:31:34 +0000]