| 1236 | } |
| 1237 | |
| 1238 | void Server::handleButtonDownEvent(const Event &event) |
| 1239 | { |
| 1240 | const auto *info = static_cast<IPlatformScreen::ButtonInfo *>(event.getData()); |
| 1241 | onMouseDown(info->m_button); |
| 1242 | } |
| 1243 | |
| 1244 | void Server::handleButtonUpEvent(const Event &event) |
| 1245 | { |