Touch keycode
This commit is contained in:
parent
50a3663056
commit
b6c268c52b
1 changed files with 9 additions and 7 deletions
|
|
@ -14,6 +14,7 @@
|
||||||
#define KEY_F2 VK_F2
|
#define KEY_F2 VK_F2
|
||||||
#define KEY_F3 VK_F3
|
#define KEY_F3 VK_F3
|
||||||
#define KEY_F4 VK_F4
|
#define KEY_F4 VK_F4
|
||||||
|
#define KEY_F5 VK_F5
|
||||||
#define KEY_W 0x57
|
#define KEY_W 0x57
|
||||||
#define KEY_A 0x41
|
#define KEY_A 0x41
|
||||||
#define KEY_S 0x53
|
#define KEY_S 0x53
|
||||||
|
|
@ -88,3 +89,4 @@
|
||||||
#define GAMEPAD_BUTTON_L1 0x1004
|
#define GAMEPAD_BUTTON_L1 0x1004
|
||||||
#define GAMEPAD_BUTTON_R1 0x1005
|
#define GAMEPAD_BUTTON_R1 0x1005
|
||||||
#define GAMEPAD_BUTTON_START 0x1006
|
#define GAMEPAD_BUTTON_START 0x1006
|
||||||
|
#define TOUCH_DOUBLE_TAP 0x1100
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue