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

Numeric keypad enter is enabled on glfw #2005

Closed
wants to merge 1 commit into from

Conversation

durswd
Copy link

@durswd durswd commented Aug 5, 2018

Numeric keypad enter was disabled on glfw

It is enabled on Win32 + DirectX
It is disabled on glfw + OpenGL
Numeric keypad numbers are enabled on both platforms.

So I make numeric keypad enter enabled.

@ice1000
Copy link
Contributor

ice1000 commented Aug 6, 2018

@ocornut Are you going to merge this?

@ocornut
Copy link
Owner

ocornut commented Aug 7, 2018

Thanks @durswd for your PR.

Also linking to #1924. I don't know yet if this can be merged as-is. I think this need to be tackled more widely and seriously, if we decide to actually add all standard keys to the enum. May want to revisit the input mapping model completely.

You may just do something along the line of ~ io.KeysDown[GLFW_KEY_ENTER] |= io.KeysDown[GLFW_KEY_KP_ENTER]; in the meanwhile.

@ice1000
Copy link
Contributor

ice1000 commented Aug 7, 2018

AFAIK it's Ok to leave some keys not added since there're always differences among the support of keys of those GLs.

@ocornut
Copy link
Owner

ocornut commented Jul 22, 2019

Fixed by #2625, closing this. Sorry for the delay!

@ocornut ocornut closed this Jul 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants