Button | Checks if the mouse button is up or down. |
GetCursorBlink | Obtains information on if a text cursor should blink or not. |
GetCursorBlinkTime | Obtains insertion-point cursor blink interval. |
GetDoubleClickDistance | Returns the Maximum distance allowed between two clicks for them to be considered a double click (in pixels). |
GetDoubleClickTime | Returns the maximum time delay between double clicks. |
GetDragThreshold | Number of pixels the cursor can move before dragging. |
GetMouse | Obtains the current position of the mouse. |
SetMouse | Sets the location of the mouse cursor on the screen. |
StillDown | Checks the mouse button is still down since it was last pressed. |
WaitMouseUp | Test if the mouse is still down and discards mouseUp event. |