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

Method valid

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

Source from the content-addressed store, hash-verified

10 ((col & 7) << 0)) {}
11
12 bool valid() const { return mCode >> 6 == 0; }
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; }

Callers 2

skEventMethod · 0.80
releaseAllMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected