mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-25 20:07:51 +02:00
Backend abstraction + added android support + partial high DPI scaling
This commit is contained in:
@ -21,4 +21,7 @@
|
||||
#define KB_KEY_LCTRL GLFW_KEY_LEFT_CONTROL
|
||||
#define KB_KEY_RCTRL GLFW_KEY_RIGHT_CONTROL
|
||||
#define KB_KEY_LSHIFT GLFW_KEY_LEFT_SHIFT
|
||||
#define KB_KEY_RSHIFT GLFW_KEY_RIGHT_SHIFT
|
||||
#define KB_KEY_RSHIFT GLFW_KEY_RIGHT_SHIFT
|
||||
|
||||
#define KB_KEY_A GLFW_KEY_A
|
||||
#define KB_KEY_R GLFW_KEY_R
|
Reference in New Issue
Block a user