You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a KeyboardEvent class, similar to mouse event, to better deal with the differences between keyboard input methods and specific enumerations, like KEY_ENTER, KEY_BACPSPACE, KEY_PRESS, KEY_RELEASE, etc.
The text was updated successfully, but these errors were encountered:
- Solved most of issue #42.
- remaining glfw usages rely on keyboard enumerations. These will be later replaced when we implement issue #43 and create a keyboard event (like a mouse event)
- Fixed bug where pause menu wouldn't reopen when closed using the "resume" button.
Create a KeyboardEvent class, similar to mouse event, to better deal with the differences between keyboard input methods and specific enumerations, like KEY_ENTER, KEY_BACPSPACE, KEY_PRESS, KEY_RELEASE, etc.
The text was updated successfully, but these errors were encountered: