Kanzi  3.9.9
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 value)
 Constructs a PointerState of an integer value. More...
 
 PointerState (PointerState enum_)
 Constructs a copy of a PointerState object. More...
 
int getValue ()
 Returns the integer value of the enumeration constant. More...
 
final int swigValue ()
 Returns the integer value of the enumeration constant. More...
 

Static Public Member Functions

static PointerState swigToEnum (int swigValue)
 Converts an integer value to the matching enumeration constant. More...
 
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.

Constructor & Destructor Documentation

PointerState ( int  value)

Constructs a PointerState of an integer value.

Parameters
valueInteger value to convert to enumeration constant.

Constructs a copy of a PointerState object.

Parameters
enum_PointerState to be copy constructed.

Member Function Documentation

int getValue ( )

Returns the integer value of the enumeration constant.

Returns
Integer value.

Implements Enum.

static PointerState swigToEnum ( int  swigValue)
static

Converts an integer value to the matching enumeration constant.

Used internally by SWIG generated code.

Parameters
swigValueInteger value to convert to enumeration constant.
Returns
Enumeration constant matching the integer value.
final int swigValue ( )

Returns the integer value of the enumeration constant.

Used internally by SWIG generated code.

Returns
Integer value.
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.