Windows keycodes, moved gamepad keycodes (Android) to keycodes header
This commit is contained in:
parent
563d7c4b9c
commit
ed71ae00c3
3 changed files with 24 additions and 19 deletions
|
|
@ -44,14 +44,6 @@
|
|||
#include "vulkantextoverlay.hpp"
|
||||
#include "camera.hpp"
|
||||
|
||||
#define GAMEPAD_BUTTON_A 0x1000
|
||||
#define GAMEPAD_BUTTON_B 0x1001
|
||||
#define GAMEPAD_BUTTON_X 0x1002
|
||||
#define GAMEPAD_BUTTON_Y 0x1003
|
||||
#define GAMEPAD_BUTTON_L1 0x1004
|
||||
#define GAMEPAD_BUTTON_R1 0x1005
|
||||
#define GAMEPAD_BUTTON_START 0x1006
|
||||
|
||||
// Function pointer for getting physical device fetures to be enabled
|
||||
typedef VkPhysicalDeviceFeatures (*PFN_GetEnabledFeatures)();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue