mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 11:34:54 +02:00
Fix issue #132
This commit is contained in:
@@ -103,6 +103,7 @@ void PlatformWindow::processKeyUp(Fw::Key keyCode)
|
||||
|
||||
if(m_onInputEvent) {
|
||||
m_inputEvent.reset(Fw::KeyUpInputEvent);
|
||||
m_inputEvent.keyCode = keyCode;
|
||||
m_onInputEvent(m_inputEvent);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user