Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
void OnKeyDown(int key, void* userData)
45
{
46
((UWPWindow*)userData)->onKeyDown(key);
47
}
48
49
void OnKeyUp(int key, void* userData)
50
{
Callers
3
onKeyDown
Method · 0.85
WndProc
Method · 0.85
ShowPopup
Method · 0.85
Calls
1
onKeyDown
Method · 0.80
Tested by
no test coverage detected