Class KeyLibraryConstant.KEYID

Object
KEYID
Enclosing class:
KeyLibraryConstant

public static class KeyLibraryConstant.KEYID
extends Object
Key IDs used in the KeyLibrary class.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static int APPSWITCH
    Key ID for App Switch Key
    static int BACK
    Key ID for Back Key
    static int BACKTRIGGER
    Key ID for Backside Trigger Key
    static int CENTERTRIGGER
    Key ID for Center Trigger Key
    static int CLEAR
    Key ID for Clear (CLR) Key
    static int DOWN
    Key ID for Down Key
    static int ENTER
    Key ID for Enter Key
    static int F1
    Key ID for F1 Key
    static int F2
    Key ID for F2 Key
    static int F3
    Key ID for F3 Key
    static int F4
    Key ID for F4 Key
    static int F5
    Key ID for F5 Key
    static int F6
    Key ID for F6 Key
    static int F7
    Key ID for F7 Key
    static int F8
    Key ID for F8 Key
    static int FUNCTION
    Key ID for Function (Fn) Key
    static int KEY0
    Key ID for numeric 0 Key
    static int KEY1
    Key ID for numeric 1 Key
    static int KEY2
    Key ID for numeric 2 Key
    static int KEY3
    Key ID for numeric 3 Key
    static int KEY4
    Key ID for numeric 4 Key
    static int KEY5
    Key ID for numeric 5 Key
    static int KEY6
    Key ID for numeric 6 Key
    static int KEY7
    Key ID for numeric 7 Key
    static int KEY8
    Key ID for numeric 8 Key
    static int KEY9
    Key ID for numeric 9 Key
    static int LEFT
    Key ID for Left Key
    static int LEFTTRIGGER
    Key ID for Left Trigger Key
    static int MINUS
    Key ID for Minus (-) Key
    static int PERIOD
    Key ID for Period (.)
    static int RIGHT
    Key ID for Right Key
    static int RIGHTTRIGGER
    Key ID for Right Trigger Key
    static int SPACE
    Key ID for Space Key
    static int UP
    Key ID for Up Key
    static int VOLUMEDOWN
    Key ID for Volume Down Key
    static int VOLUMEUP
    Key ID for Volume Up Key
  • Constructor Summary

    Constructors 
    Constructor Description
    KEYID()  
  • Method Summary