-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Hi,
xygine has a function called setKeyRepeatEnabled which can be used to avoid firing events when a key is pressed. It is used in the following way:
getRenderWindow()->setKeyRepeatEnabled(false);
Does crogine has something similar?
Right now if I left a key pressed, it keeps firing KEY_DOWN events.
Metadata
Metadata
Assignees
Labels
No labels