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

Class InputManager

System/LemonWM/lemonwm.h:124–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122};
123
124class InputManager{
125protected:
126 WMInstance* wm;
127
128public:
129 MouseState mouse = {{100, 100}, false, false, false};
130 KeyboardState keyboard = {false, false, false, false};
131
132 InputManager(WMInstance* wm);
133 void Poll();
134};
135
136class CompositorInstance{
137protected:

Callers 1

WMInstanceClass · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected