Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenBoardView/OpenBoardView
/ getKey
Method
getKey
src/openboardview/UI/Keyboard/KeyBinding.cpp:22–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
}
21
22
ImGuiKey KeyBinding::getKey() const {
23
return key;
24
}
25
26
std::vector<ImGuiKey> KeyBinding::getModifiers() const {
27
return modifiers;
Callers
2
to_string
Method · 0.95
writeToConfig
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected