Fix ImGui key mapping Enter to the numpad
This commit is contained in:
parent
fcd0dbef2c
commit
0a3279ae6b
|
@ -324,7 +324,7 @@ void RenderWidget::SetImGuiKeyMap()
|
||||||
{ImGuiKey_Delete, Qt::Key_Delete},
|
{ImGuiKey_Delete, Qt::Key_Delete},
|
||||||
{ImGuiKey_Backspace, Qt::Key_Backspace},
|
{ImGuiKey_Backspace, Qt::Key_Backspace},
|
||||||
{ImGuiKey_Space, Qt::Key_Space},
|
{ImGuiKey_Space, Qt::Key_Space},
|
||||||
{ImGuiKey_Enter, Qt::Key_Enter},
|
{ImGuiKey_Enter, Qt::Key_Return},
|
||||||
{ImGuiKey_Escape, Qt::Key_Escape},
|
{ImGuiKey_Escape, Qt::Key_Escape},
|
||||||
{ImGuiKey_A, Qt::Key_A},
|
{ImGuiKey_A, Qt::Key_A},
|
||||||
{ImGuiKey_C, Qt::Key_C},
|
{ImGuiKey_C, Qt::Key_C},
|
||||||
|
|
Loading…
Reference in New Issue