MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / SecondKey

Method SecondKey

gui/qt/keypad/secondkey.h:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6class SecondKey : public RectKey {
7public:
8 SecondKey(KeyConfig &config, QString labelText)
9 : RectKey{config, {18, 28, 18, 9}, {18, 37, 18, 12}, {10, 5},
10 config.secondColor, config.whiteColor, labelText, {}, {}} { }
11};
12
13#endif

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected