MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / OnKeyUp

Method OnKeyUp

Source/Engine/Platform/Base/WindowBase.cpp:229–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229void WindowBase::OnKeyUp(KeyboardKeys key)
230{
231 PROFILE_CPU_NAMED("GUI.OnKeyUp");
232 PROFILE_MEM(UI);
233 KeyUp(key);
234 INVOKE_EVENT_PARAMS_1(OnKeyUp, &key);
235}
236
237void WindowBase::OnMouseDown(const Float2& mousePosition, MouseButton button)
238{

Callers 5

Internal_OnKeyUpMethod · 0.45
OnKeyReleaseMethod · 0.45
OnAppInputFunction · 0.45
HandleEventMethod · 0.45
MacWindow.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected