MCPcopy 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
49void OnKeyUp(int key, void* userData)
50{
51 ((UWPWindow*)userData)->onKeyUp(key);
52}
53
54void OnCharacterReceived(int key, void* userData)
55{

Callers 2

onKeyUpMethod · 0.85
WndProcMethod · 0.85

Calls 1

onKeyUpMethod · 0.80

Tested by

no test coverage detected