Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ onKeyDown
Method
onKeyDown
Source/Engine/Platform/UWP/UWPWindow.cpp:215–218 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
213
}
214
215
void UWPWindow::UWPKeyboard::onKeyDown(int key)
216
{
217
OnKeyDown(static_cast<KeyboardKeys>(key));
218
}
219
220
void UWPWindow::UWPKeyboard::onKeyUp(int key)
221
{
Callers
1
OnKeyDown
Function · 0.80
Calls
1
OnKeyDown
Function · 0.85
Tested by
no test coverage detected