MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / onKeyUp

Method onKeyUp

Source/Engine/Platform/UWP/UWPWindow.cpp:220–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218}
219
220void UWPWindow::UWPKeyboard::onKeyUp(int key)
221{
222 OnKeyUp(static_cast<KeyboardKeys>(key));
223}
224
225// See GamepadButtons enum
226#define UWP_GAMEPAD_Menu 1

Callers 1

OnKeyUpFunction · 0.80

Calls 1

OnKeyUpFunction · 0.85

Tested by

no test coverage detected