mirror of
https://github.com/ocornut/imgui.git
synced 2026-09-27 00:13:29 +03:00
parent
b4033b37ad
commit
a908d73c16
6 changed files with 6 additions and 0 deletions
|
|
@ -421,6 +421,7 @@ void ImGui_ImplWin32_NewFrame()
|
|||
|
||||
// Map VK_xxx to ImGuiKey_xxx.
|
||||
// Not static to allow third-party code to use that if they want to (but undocumented)
|
||||
ImGuiKey ImGui_ImplWin32_KeyEventToImGuiKey(WPARAM wParam, LPARAM lParam);
|
||||
ImGuiKey ImGui_ImplWin32_KeyEventToImGuiKey(WPARAM wParam, LPARAM lParam)
|
||||
{
|
||||
// There is no distinct VK_xxx for keypad enter, instead it is VK_RETURN + KF_EXTENDED.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue