MCPcopy Create free account
hub / github.com/AntiMicroX/antimicrox / getDisplayString

Method getDisplayString

src/keyboard/virtualkeypushbutton.cpp:208–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206QString VirtualKeyPushButton::getXcodestring() const { return xcodestring; }
207
208QString VirtualKeyPushButton::getDisplayString() const { return displayString; }
209
210bool VirtualKeyPushButton::getCurrentlyActive() const { return currentlyActive; }
211

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected