typedef enum { VM_KEYPAD_EVENT_UP = 1, VM_KEYPAD_EVENT_DOWN = 2, VM_KEYPAD_EVENT_LONG_PRESS = 3, VM_KEYPAD_EVENT_REPEAT = 4 } VM_KEYPAD_EVENT;
typedef enum { VM_KEYPAD_EVENT_UP = 1, VM_KEYPAD_EVENT_DOWN = 2, VM_KEYPAD_EVENT_LONG_PRESS = 3, VM_KEYPAD_EVENT_REPEAT = 4 } VM_KEYPAD_EVENT;
Keypad events passed to vm_keypad_event_callback.
vmkeypad.h
|
Members |
Description |
|
VM_KEYPAD_EVENT_UP = 1 |
Key up event. |
|
VM_KEYPAD_EVENT_DOWN = 2 |
Key down event. |
|
VM_KEYPAD_EVENT_LONG_PRESS = 3 |
Key long press event. |
|
VM_KEYPAD_EVENT_REPEAT = 4 |
Key repeat event. |
Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at
support@toolsfactory.com.