-
-
Notifications
You must be signed in to change notification settings - Fork 96
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
Feature request: support NumPad keys for cursor navigation #245
Comments
I'll have a look if this can be easily added. |
This functionality will have to be implemented per backend. I've done some research and only SDL and GLFW seem to currently allow me to get the num lock state. SDL GLFW SFML Raylib |
This has been added to the SDL and GLFW backends. The code for the SFML backend has already been written and will be enabled later when support for reading the Num Lock state is merged in SFML 3. |
Thank you! |
They aren't work with SDL2 or SFML at least.
Thank you for the cool project!
The text was updated successfully, but these errors were encountered: