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

Function OnKeyDown

Source/Engine/Platform/UWP/UWPWindow.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void OnKeyDown(int key, void* userData)
45{
46 ((UWPWindow*)userData)->onKeyDown(key);
47}
48
49void OnKeyUp(int key, void* userData)
50{

Callers 3

onKeyDownMethod · 0.85
WndProcMethod · 0.85
ShowPopupMethod · 0.85

Calls 1

onKeyDownMethod · 0.80

Tested by

no test coverage detected