public class DriverKeycode extends Keycode
| Modifier and Type | Field and Description |
|---|---|
static int |
KEY_NUMBER_ANY |
BYTE_MASK, UNICODE_BRAILLE_ROW| Constructor and Description |
|---|
DriverKeycode(long code) |
| Modifier and Type | Method and Description |
|---|---|
int |
getGroup() |
static int |
getGroup(long code) |
int |
getNumber() |
static int |
getNumber(long code) |
long |
getValue() |
static long |
getValue(long code) |
boolean |
isPress() |
static boolean |
isPress(long code) |
java.lang.String |
toString() |
getObjectName, getObjectName, printf, toOperandName, toUnicodeBraille, toUnicodeBraillepublic static boolean isPress(long code)
public static long getValue(long code)
public static int getGroup(long code)
public static int getNumber(long code)
public final boolean isPress()
public final long getValue()
public final int getGroup()
public final int getNumber()