Kanzi  3.9.8
Kanzi Engine Java API
PointerState Enum Reference

Indicates the states of a pointing device. More...

Inheritance diagram for PointerState:
[legend]

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 =(2)
 The pointer dragged.
 
 Moved =(1)
 The pointer moved. More...
 
 Pressed =(0)
 The pointer is pressed.
 
 Released =(3)
 The pointer is released.
 
 Scrolled =(4)
 The pointer scrolled. More...
 

Detailed Description

Indicates the states of a pointing device.

Member Function Documentation

int getValue ( )

Returns the integer value of the enumeration constant.

Returns
Integer value.

Implements Enum.

static PointerState toEnum ( int  value)
static

Converts an integer value to the matching enumeration constant.

Parameters
valueInteger value to convert to enumeration constant.
Returns
Enumeration constant matching the integer value.

Member Data Documentation

Moved =(1)

The pointer moved.

Not all platforms support this state.
For example, many touch screens do not support this state.

Scrolled =(4)

The pointer scrolled.


For example, you can use this for tracking the scrolling of the mouse wheel.
Not all platforms support this state.