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

Method getCurrColor

gui/qt/keypad/keypadwidget.cpp:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28unsigned KeypadWidget::getCurrColor() {
29 return color;
30}
31
32void KeypadWidget::setType(bool is83, unsigned int color_scheme) {
33 color = color_scheme;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected