There are two facts:
I used to think window messages couldn't differentiate between Enter and Numpad Enter, but:
- Press Enter key

- Press Enter key on numpad

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?
There are two facts:
DIK_NUMPADENTERI 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?