Indicates the states of a pointing device. More...
Public Member Functions | |
| PointerState (int mValue) | |
| PointerState (PointerState enum_) | |
| int | getValue () |
| Returns the integer value of the enumeration constant. More... | |
| final int | swigValue () |
Static Public Member Functions | |
| static PointerState | swigToEnum (int swigValue) |
| static PointerState | toEnum (int value) |
| Converts an integer value to the matching enumeration constant. More... | |
Public Attributes | |
| Dragged | |
| The pointer dragged. | |
| Moved | |
| The pointer moved. More... | |
| Pressed | |
| The pointer is pressed. | |
| Released | |
| The pointer is released. | |
Indicates the states of a pointing device.
| int getValue | ( | ) |
|
static |
Converts an integer value to the matching enumeration constant.
| value | Integer value to convert to enumeration constant. |
| Moved |
The pointer moved.
Not all platforms support this state.
For example, many touch screens do not support this state.