MCPcopy 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
215void UWPWindow::UWPKeyboard::onKeyDown(int key)
216{
217 OnKeyDown(static_cast<KeyboardKeys>(key));
218}
219
220void UWPWindow::UWPKeyboard::onKeyUp(int key)
221{

Callers 1

OnKeyDownFunction · 0.80

Calls 1

OnKeyDownFunction · 0.85

Tested by

no test coverage detected