mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 01:29:21 +02:00
Fix issue #132
This commit is contained in:
parent
7f864003d8
commit
6acdb0fd64
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user