MCPcopy Create free account
hub / github.com/OpenBoardView/OpenBoardView / getModifiers

Method getModifiers

src/openboardview/UI/Keyboard/KeyBinding.cpp:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26std::vector<ImGuiKey> KeyBinding::getModifiers() const {
27 return modifiers;
28}
29
30std::string KeyBinding::to_string() const {
31 std::string keys = (this->getKey() == ImGuiKey_None) ? "" : ImGui::GetKeyName(this->getKey());

Callers 2

to_stringMethod · 0.95
writeToConfigMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected