MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / InputManager

Method InputManager

System/LemonWM/input.cpp:96–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94};
95
96InputManager::InputManager(WMInstance* wm){
97 this->wm = wm;
98}
99
100void InputManager::Poll(){
101 auto handlePacketPress = [=](Lemon::MousePacket& pkt) -> void {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected