Fields Summary |
---|
public static final int | PRESSEDMinor ID indicating a press, either on a key or a pointer. |
public static final int | RELEASEDMinor ID indicating a release, either of a key or a pointer. |
public static final int | REPEATEDMinor ID indicating a key repeat. |
public static final int | IMEMinor ID indicating a IME string typed (internal). |
public static final int | DRAGGEDMinor ID indicating a pointer drag. |
public static final int | MENU_REQUESTEDMinor ID indicating that command event requires posting a menu. |
public static final int | MENU_DISMISSEDMinor ID indicating that command event is dismissing a menu. |
public static final int | ABOUT_REQUESTEDMinor ID indicating that command event is requesting about box.
This value should be a positive id since some platforms (like Qt)
do not accept negative menu element id. |
public static final int | SYSTEM_KEY_POWERThe value returned from getSystemKey if the keyCode is the POWER key. |
public static final int | SYSTEM_KEY_SENDThe value returned from getSystemKey if the keyCode is SEND. |
public static final int | SYSTEM_KEY_ENDThe value returned from getSystemKey if the keyCode is END. |
public static final int | SYSTEM_KEY_CLEARThe value returned from getSystemKey if the keyCode is either
CLEAR or BACKSPACE. |
public static final int | SOFT_BUTTON1An identifier for the first soft button, typically the left one.
NOTE: This value must be kept in sync with the value defined in
the "midpInput.h" file |
public static final int | SOFT_BUTTON2An identifier for the second soft button, typically the right one.
NOTE: This value must be kept in sync with the value defined in
the "midpInput.h" file |
public static final int | DEBUG_TRACE1An identifier for the special debug tracing key. This key is
generated by native code only when (Logging.REPORT_LEVEL <
Logging.DISABLED).
The exact key mapping is platform dependent.
NOTE: This value must be kept in sync with the value KEY_DEBUGTRACE1
defined in the "midpInput.h" file |