Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create KeyboardEvent, similar to mouse event #43

Closed
Yattabyte opened this issue May 27, 2019 · 1 comment
Closed

Create KeyboardEvent, similar to mouse event #43

Yattabyte opened this issue May 27, 2019 · 1 comment
Assignees
Labels
cosmetic This could be done differently or better enhancement New feature or request
Milestone

Comments

@Yattabyte
Copy link
Owner

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.

@Yattabyte Yattabyte added enhancement New feature or request cosmetic This could be done differently or better labels May 27, 2019
@Yattabyte Yattabyte added this to the Version 4.0 milestone May 27, 2019
@Yattabyte Yattabyte self-assigned this May 27, 2019
Yattabyte added a commit that referenced this issue May 27, 2019
- 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.
Yattabyte added a commit that referenced this issue May 28, 2019
- Solved issue #43, solidifying the completion of previous issue #42
- Keyboard event implemented, glfw contained to Engine.cpp only
@Yattabyte
Copy link
Owner Author

Solved in commit 7014a87, solidifying previous issue #42

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cosmetic This could be done differently or better enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant