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

Method keycode

gui/qt/keypad/key.h:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 const QRect &textGeometry() const { return mTextGeometry; }
22 const QRect &keyGeometry() const { return mKeyGeometry; }
23 const KeyCode keycode() const { return mKeycode; }
24 bool isPressed() const { return mPressed; }
25 bool isHeld() const { return mHeld; }
26 bool isSelected() const { return mSelected; }

Callers 4

addKeyMethod · 0.80
updateKeyMethod · 0.80
mouseUpdateMethod · 0.80
touchUpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected