|
|
|
|
Mouse management functions
The following functions are used to manage the mouse:
| | ControlOver | Identifies the control hovered over with the mouse cursor. | CursorCapture | Directs all the events associated with the mouse toward a specific window or control, regardless of the screen object where the mouse event occurs. | CursorDisplay | Displays or hides the mouse cursor. | CursorPos | Returns and modifies the position of the mouse cursor. | HourGlass | Transforms the mouse cursor into hourglass (and conversely). In Android and iOS, displays an endless progress bar in a window. | HourglassNetwork | Displays or hides an endless progress bar: - in the status bar of an iOS application.
- in the title bar of windows found in an Android application.
| MouseXPos | Returns the horizontal position (X) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.). | MouseYPos | Returns the vertical position (Y) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.). |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|