MCPcopy 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
22ImGuiKey KeyBinding::getKey() const {
23 return key;
24}
25
26std::vector<ImGuiKey> KeyBinding::getModifiers() const {
27 return modifiers;

Callers 2

to_stringMethod · 0.95
writeToConfigMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected