libbluray
|
User input key definitions. More...
Go to the source code of this file.
Macros | |
#define | BD_VK_KEY_PRESSED 0x80000000 |
Key was pressed down. | |
#define | BD_VK_KEY_TYPED 0x40000000 |
Key was typed. | |
#define | BD_VK_KEY_RELEASED 0x20000000 |
Key was released. | |
Enumerations | |
enum | bd_vk_key_e { BD_VK_NONE = 0xffff , BD_VK_0 = 0 , BD_VK_1 = 1 , BD_VK_2 = 2 , BD_VK_3 = 3 , BD_VK_4 = 4 , BD_VK_5 = 5 , BD_VK_6 = 6 , BD_VK_7 = 7 , BD_VK_8 = 8 , BD_VK_9 = 9 , BD_VK_ROOT_MENU = 10 , BD_VK_POPUP = 11 , BD_VK_UP = 12 , BD_VK_DOWN = 13 , BD_VK_LEFT = 14 , BD_VK_RIGHT = 15 , BD_VK_ENTER = 16 , BD_VK_MOUSE_ACTIVATE = 17 , BD_VK_RED = 403 , BD_VK_GREEN = 404 , BD_VL_YELLOW = 405 , BD_VK_BLUE = 406 } |
Key codes. More... | |
User input key definitions.
enum bd_vk_key_e |
Key codes.