assumes inputMutex is locked
| 538 | |
| 539 | // assumes inputMutex is locked |
| 540 | void update() |
| 541 | { |
| 542 | while (const std::optional event = eventProcess()) |
| 543 | pushEvent(*event); |
| 544 | } |
| 545 | } // namespace |
| 546 | |
| 547 | namespace sf::priv::InputImpl |
no test coverage detected