This event is generated by wWindow 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 setCursor() to specify the cursor you want to be displayed.
Superclass: | wEvent |
---|
Seealso: | wWindow |
---|
Events: |
|
---|
Consts
wEvent_SetCursor = 32787'i32
Methods
method getCursor(self: wSetCursorEvent): wCursor {...}{.inline, raises: [], tags: [].}
- Returns a reference to the cursor specified by this event.
method setCursor(self: wSetCursorEvent; cursor: wCursor) {...}{.inline, raises: [wNilAccess], tags: [].}
- Sets the cursor associated with this event.