| 94 | }; |
| 95 | |
| 96 | InputManager::InputManager(WMInstance* wm){ |
| 97 | this->wm = wm; |
| 98 | } |
| 99 | |
| 100 | void InputManager::Poll(){ |
| 101 | auto handlePacketPress = [=](Lemon::MousePacket& pkt) -> void { |
nothing calls this directly
no outgoing calls
no test coverage detected