Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ Keyboard
Method
Keyboard
Source/Engine/Input/Input.cpp:318–323 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
316
}
317
318
Keyboard::Keyboard()
319
: InputDevice(SpawnParams(Guid::New(), TypeInitializer), TEXT(
"Keyboard"
))
320
{
321
_state.Clear();
322
_prevState.Clear();
323
}
324
325
bool Keyboard::IsAnyKeyDown() const
326
{
Callers
nothing calls this directly
Calls
2
New
Function · 0.50
Clear
Method · 0.45
Tested by
no test coverage detected