MCPcopy Create free account
hub / github.com/MrNeRF/LichtFeld-Studio / handleKey

Method handleKey

src/visualizer/input/input_controller.cpp:1474–1477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1472 }
1473
1474 void InputController::handleKey(const int key, const int action, const int mods) {
1475 // Compatibility path for tests and callers that don't split physical vs layout-aware keys.
1476 handleKey(key, key, 0, action, mods);
1477 }
1478
1479 void InputController::handleKey(const int physical_key, const int logical_key,
1480 const int scancode, int action, [[maybe_unused]] int mods) {

Callers 2

processEventMethod · 0.80
TEST_FFunction · 0.80

Calls 15

containsClass · 0.85
dispatchKeyToModalsFunction · 0.85
shortcutScopeForActionFunction · 0.85
getActionForKeyMethod · 0.80
isPieMenuOpenMethod · 0.80
getKeyForActionMethod · 0.80
onPieMenuKeyReleaseMethod · 0.80
closePieMenuMethod · 0.80

Tested by 1

TEST_FFunction · 0.64