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) {
|
if(m_onInputEvent) {
|
||||||
m_inputEvent.reset(Fw::KeyUpInputEvent);
|
m_inputEvent.reset(Fw::KeyUpInputEvent);
|
||||||
|
m_inputEvent.keyCode = keyCode;
|
||||||
m_onInputEvent(m_inputEvent);
|
m_onInputEvent(m_inputEvent);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue