You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Use "enum class" for input enums
This commit is contained in:
@@ -56,7 +56,7 @@ private:
|
||||
Input::JoyAxisValue curr_axis[MAX_ABS];
|
||||
int key_map[MAX_KEY];
|
||||
int abs_map[MAX_ABS];
|
||||
int dpad = 0;
|
||||
HatMask dpad = HatMask::CENTER;
|
||||
int fd = -1;
|
||||
|
||||
String devpath;
|
||||
|
||||
Reference in New Issue
Block a user