-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
The current means of registering keyboard input is to poll the SDL event pump for events, and registering a key if it is pressed. This also sets the "current key".
The keyboard state is cleared every n iterations.
This approach is very basic and does not lead to a very nice input experience. I'd like to have a more responsive means of registering key presses.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels