MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / OnKeyReleased

Method OnKeyReleased

Sources/Jazz2/LevelHandler.cpp:821–828  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

819 }
820
821 void LevelHandler::OnKeyReleased(const KeyboardEvent& event)
822 {
823 _pressedKeys.reset((std::size_t)event.sym);
824
825 if (_pauseMenu != nullptr) {
826 _pauseMenu->OnKeyReleased(event);
827 }
828 }
829
830 void LevelHandler::OnTextInput(const TextInputEvent& event)
831 {

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected