Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ OnKeyUp
Function
OnKeyUp
Source/Engine/Platform/UWP/UWPWindow.cpp:49–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
void OnKeyUp(int key, void* userData)
50
{
51
((UWPWindow*)userData)->onKeyUp(key);
52
}
53
54
void OnCharacterReceived(int key, void* userData)
55
{
Callers
2
onKeyUp
Method · 0.85
WndProc
Method · 0.85
Calls
1
onKeyUp
Method · 0.80
Tested by
no test coverage detected