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

Method GetKey

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

Source from the content-addressed store, hash-verified

364}
365
366bool WindowBase::GetKey(KeyboardKeys key) const
367{
368 return _settings.AllowInput && _focused ? Input::GetKey(key) : false;
369}
370
371bool WindowBase::GetKeyDown(KeyboardKeys key) const
372{

Callers 1

HandleEventMethod · 0.45

Calls 1

GetKeyFunction · 0.50

Tested by

no test coverage detected