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

Method code

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

Source from the content-addressed store, hash-verified

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; }
16

Callers 3

nextMethod · 0.80
operator==Method · 0.80
qHashMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected