We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d8d7ab commit 412b888Copy full SHA for 412b888
src/xrGame/ui/UIEditKeyBind.cpp
@@ -81,7 +81,7 @@ bool CUIEditKeyBind::OnMouseDown(int mouse_btn)
81
{
82
string64 message;
83
84
- //m_keyboard = dik_to_ptr(mouse_btn, true);
+ m_keyboard = dik_to_ptr(mouse_btn, true);
85
if (!m_keyboard)
86
return true;
87
SetValue();
0 commit comments