public static final class CapabilityKeyPressSensing.KeyPressScene
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DOUBLE
ID indicating the physical device is pressed twice.
|
static int |
HOLD
ID indicating the physical device is pressed and then held.
|
static int |
QUAD
ID indicating the physical device is pressed four times.
|
static int |
QUINT
ID indicating the physical device is pressed five times.
|
static int |
RELEASE
ID indicating the physical device is released.
|
static int |
SINGLE
ID indicating the physical device is pressed once.
|
static int |
TRIPLE
ID indicating the physical device is pressed thrice.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
int |
rawValue()
A function that assists in fetching the standard integer corresponding to Key press scene.
|
static CapabilityKeyPressSensing.KeyPressScene |
sceneDouble()
A function that provides the Double key press scene object.
|
static CapabilityKeyPressSensing.KeyPressScene |
sceneHold()
A function that provides the Hold key press scene object.
|
static CapabilityKeyPressSensing.KeyPressScene |
sceneQuad()
A function that provides the Quad key press scene object.
|
static CapabilityKeyPressSensing.KeyPressScene |
sceneQuint()
A function that provides the Quint key press scene object.
|
static CapabilityKeyPressSensing.KeyPressScene |
sceneRelease()
A function that provides the Release key press scene object.
|
static CapabilityKeyPressSensing.KeyPressScene |
sceneSingle()
A function that provides the Single key press scene object.
|
static CapabilityKeyPressSensing.KeyPressScene |
sceneTriple()
A function that provides the Triple key press scene object.
|
java.lang.String |
toString() |
public static final int SINGLE
public static final int DOUBLE
public static final int TRIPLE
public static final int QUAD
public static final int QUINT
public static final int HOLD
public static final int RELEASE
public int rawValue()
public static CapabilityKeyPressSensing.KeyPressScene sceneSingle()
SINGLE mode.public static CapabilityKeyPressSensing.KeyPressScene sceneDouble()
DOUBLE mode.public static CapabilityKeyPressSensing.KeyPressScene sceneTriple()
TRIPLE mode.public static CapabilityKeyPressSensing.KeyPressScene sceneQuad()
QUAD mode.public static CapabilityKeyPressSensing.KeyPressScene sceneQuint()
QUINT mode.public static CapabilityKeyPressSensing.KeyPressScene sceneHold()
HOLD mode.public static CapabilityKeyPressSensing.KeyPressScene sceneRelease()
RELEASE mode.public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object