| 1223 | } |
| 1224 | |
| 1225 | void Server::handleKeyUpEvent(const Event &event) |
| 1226 | { |
| 1227 | auto *info = static_cast<IPlatformScreen::KeyInfo *>(event.getData()); |
| 1228 | onKeyUp(info->m_key, info->m_mask, info->m_button, info->m_screens.c_str()); |
| 1229 | } |
| 1230 | |
| 1231 | void Server::handleKeyRepeatEvent(const Event &event) |
| 1232 | { |