You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-18 14:21:41 +00:00
Core: Add dedicated BitField template
This commit is contained in:
@@ -62,7 +62,7 @@ private:
|
||||
float curr_axis[MAX_ABS];
|
||||
int key_map[MAX_KEY];
|
||||
int abs_map[MAX_ABS];
|
||||
BitField<HatMask> dpad;
|
||||
BitField<HatMask> dpad = HatMask::CENTER;
|
||||
int fd = -1;
|
||||
|
||||
String devpath;
|
||||
|
||||
Reference in New Issue
Block a user