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

Method GetKeyDown

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

Source from the content-addressed store, hash-verified

369}
370
371bool WindowBase::GetKeyDown(KeyboardKeys key) const
372{
373 return _settings.AllowInput && _focused ? Input::GetKeyDown(key) : false;
374}
375
376bool WindowBase::GetKeyUp(KeyboardKeys key) const
377{

Callers

nothing calls this directly

Calls 1

GetKeyDownFunction · 0.85

Tested by

no test coverage detected