MCPcopy Create free account
hub / github.com/atraczyk/2d-engine / Input

Class Input

engine/src/input.h:138–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136};
137
138class Input
139{
140public:
141 KeyBoard keyboard;
142 Mouse mouse;
143 GamePad gamepad;
144
145 Input();
146 ~Input();
147
148 void update();
149};
150
151#endif

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected