MCPcopy Create free account
hub / github.com/cafali/SnapKey / KeyState

Class KeyState

SnapKey.cpp:29–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27#define ID_LAYOUT_BASE 4000 // 1.2.9
28
29struct KeyState {
30 bool registered = false;
31 bool keyDown = false;
32 int group;
33 bool simulated = false;
34};
35
36struct GroupState {
37 int previousKey;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected