TouchMode
public final enum TouchMode extends Enum
EnumItems
Name | Description |
---|---|
GESTURE
|
|
CONTINUOUS
|
Methods
values
public static TouchMode values()
ReturnValue
Name | Description |
---|---|
TouchMode
|
valueOf
public static TouchMode valueOf(String name)
Parameters
Name | Description |
---|---|
String name
|
ReturnValue
Name | Description |
---|---|
TouchMode
|
The different type of touch mode the a gear can be in.TouchModeThe tag will emit gestures.TouchModeThe tag will emit raw touch data.