MCPcopy Create free account
hub / github.com/Stewmath/GameYob / KeyConfig

Class KeyConfig

arm9/source/inputhelper.cpp:97–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95int keys[NUM_GB_KEYS];
96
97struct KeyConfig {
98 char name[32];
99 int gbKeys[13];
100};
101KeyConfig defaultKeyConfig = {
102 "Main",
103 {KEY_GB_A,KEY_GB_B,KEY_GB_SELECT,KEY_GB_START,KEY_GB_RIGHT,KEY_GB_LEFT,KEY_GB_UP,KEY_GB_DOWN,

Callers 2

controlsParseConfigFunction · 0.85
updateKeyConfigChooserFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected