You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the report. I see that DirectInput had it's own enum that included DIK_NUMPADENTER, but there's no such virtual key defined (both return VK_RETURN).
I could emulate this with Win32, but I'll need to escalate this a bit since GameInput should also do this.
There are two facts:
DIK_NUMPADENTER
I used to think window messages couldn't differentiate between Enter and Numpad Enter, but:
This issue is also mentioned in the source code of Dear-ImGui (imgui_impl_win32).
Since my application was migrated from DirectInput to DirectXTK Keyboard, will the Numpad Enter key be officially supported in the future?
The text was updated successfully, but these errors were encountered: