PointerStateEnums
¶
Indicates the states of a pointing device.
Pressed¶ | The pointer is pressed. |
Moved¶ | The pointer moved. Not all platforms support this state. For example, many touch screens do not support this state. |
Dragged¶ | The pointer dragged. |
Released¶ | The pointer is released. |
Scrolled¶ | The pointer scrolled. For example, you can use this for tracking the scrolling of the mouse wheel. Not all platforms support this state. |