Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
366
bool WindowBase::GetKey(KeyboardKeys key) const
367
{
368
return _settings.AllowInput && _focused ? Input::GetKey(key) : false;
369
}
370
371
bool WindowBase::GetKeyDown(KeyboardKeys key) const
372
{
Callers
1
HandleEvent
Method · 0.45
Calls
1
GetKey
Function · 0.50
Tested by
no test coverage detected