///////////////////////////////////////////////////////
| 278 | |
| 279 | //////////////////////////////////////////////////////////// |
| 280 | void WindowImpl::pushEvent(const Event& event) |
| 281 | { |
| 282 | m_events.push(event); |
| 283 | } |
| 284 | |
| 285 | |
| 286 | //////////////////////////////////////////////////////////// |