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

Method OnKeyReleased

Sources/Main.cpp:568–571  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

566}
567
568void GameEventHandler::OnKeyReleased(const KeyboardEvent& event)
569{
570 _currentHandler->OnKeyReleased(event);
571}
572
573void GameEventHandler::OnTextInput(const TextInputEvent& event)
574{

Callers 1

OnPostUpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected