Constants | ||
---|---|---|
int | KEYCODE_PLAY | Keycode representing a play button |
int | KEYCODE_NEXT | Keycode representing a next button |
int | KEYCODE_PREVIOUS | Keycode representing a previous button |
int | KEYCODE_ACTION | Keycode representing an action button |
int | KEYCODE_VOLUME_DOWN | Keycode representing a volume down button |
int | KEYCODE_VOLUME_UP | Keycode representing a volume up button |
int | KEYCODE_BACK | Keycode representing a back button |
int | KEYCODE_OPTIONS | Keycode representing an options button |
Keycode representing a play button
Constant Value: 1 (0x00000001)
Keycode representing a next button
Constant Value: 2 (0x00000002)
Keycode representing a previous button
Constant Value: 3 (0x00000003)
Keycode representing an action button
Constant Value: 4 (0x00000004)
Keycode representing a volume down button
Constant Value: 5 (0x00000005)
Keycode representing a volume up button
Constant Value: 6 (0x00000006)
Keycode representing a back button
Constant Value: 7 (0x00000007)
Keycode representing an options button
Constant Value: 8 (0x00000008)
Interface used to define constants for keycodes