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

Method GetKeyUp

Source/Engine/Platform/Base/WindowBase.cpp:376–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

374}
375
376bool WindowBase::GetKeyUp(KeyboardKeys key) const
377{
378 return _settings.AllowInput && _focused ? Input::GetKeyUp(key) : false;
379}
380
381Float2 WindowBase::GetMousePosition() const
382{

Callers

nothing calls this directly

Calls 1

GetKeyUpFunction · 0.85

Tested by

no test coverage detected