| 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) { |