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

Method col

gui/qt/keypad/keycode.h:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13 unsigned char code() const { return mCode; }
14 unsigned char row() const { return (mCode >> 3) & 7; }
15 unsigned char col() const { return (mCode >> 0) & 7; }
16
17 bool operator==(KeyCode other) const { return code() == other.code(); }
18 bool operator!=(KeyCode other) const { return !(*this == other); }

Callers 9

NumKeyMethod · 0.80
GraphKeyMethod · 0.80
addKeyMethod · 0.80
changeKeyStateMethod · 0.80
updateKeyMethod · 0.80
mouseEndMethod · 0.80
touchEndMethod · 0.80
OperKeyMethod · 0.80
OtherKeyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected