Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
bool Keymapping::isAssigned() const {
21
auto& keys = *mKeys;
22
return !keys.empty() && keys[0] != 0;
23
}
24
25
bool Keymapping::isAltKey() const {
26
auto& keys = *mKeys;
Callers
1
registerKeyboardInputs
Method · 0.80
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected