KeyboardButton/JoystickButton use enum class instead of enum
This commit is contained in:
@@ -19,7 +19,7 @@ namespace hgl
|
||||
bool is_close;
|
||||
bool is_min;
|
||||
|
||||
bool key_push[kbRangeSize];
|
||||
bool key_push[size_t(KeyboardButton::RANGE_SIZE)];
|
||||
|
||||
protected:
|
||||
|
||||
|
Reference in New Issue
Block a user