![]() |
Leap Motion Java API Reference
0.8.0
|
Enumerates the possible data types for configuration values. More...
Public Attributes | |
TYPE_BOOLEAN =(1) | |
A boolean value. | |
TYPE_FLOAT =(6) | |
A floating-point number. | |
TYPE_INT32 =(2) | |
A 32-bit integer. | |
TYPE_STRING =(8) | |
A string of characters. | |
TYPE_UNKNOWN =(0) | |
The data type is unknown. | |
Enumerates the possible data types for configuration values.
The Config::type() function returns an item from the ValueType enumeration.
com.leapmotion.leap.Config.ValueType.TYPE_BOOLEAN =(1) |
A boolean value.
com.leapmotion.leap.Config.ValueType.TYPE_FLOAT =(6) |
A floating-point number.
com.leapmotion.leap.Config.ValueType.TYPE_INT32 =(2) |
A 32-bit integer.
com.leapmotion.leap.Config.ValueType.TYPE_STRING =(8) |
A string of characters.
com.leapmotion.leap.Config.ValueType.TYPE_UNKNOWN =(0) |
The data type is unknown.