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

Method OnKeyDown

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

Source from the content-addressed store, hash-verified

219}
220
221void WindowBase::OnKeyDown(KeyboardKeys key)
222{
223 PROFILE_CPU_NAMED("GUI.OnKeyDown");
224 PROFILE_MEM(UI);
225 KeyDown(key);
226 INVOKE_EVENT_PARAMS_1(OnKeyDown, &key);
227}
228
229void WindowBase::OnKeyUp(KeyboardKeys key)
230{

Callers 5

Internal_OnKeyDownMethod · 0.45
OnKeyPressMethod · 0.45
OnAppInputFunction · 0.45
HandleEventMethod · 0.45
MacWindow.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected