MCPcopy Create free account
hub / github.com/LiteLDev/LeviLamina / isAssigned

Method isAssigned

src-client/mc/client/input/Keymapping.cpp:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 mIsSharedKey(sharedKey) {}
19
20bool Keymapping::isAssigned() const {
21 auto& keys = *mKeys;
22 return !keys.empty() && keys[0] != 0;
23}
24
25bool Keymapping::isAltKey() const {
26 auto& keys = *mKeys;

Callers 1

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected