MCPcopy 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
318Keyboard::Keyboard()
319 : InputDevice(SpawnParams(Guid::New(), TypeInitializer), TEXT("Keyboard"))
320{
321 _state.Clear();
322 _prevState.Clear();
323}
324
325bool Keyboard::IsAnyKeyDown() const
326{

Callers

nothing calls this directly

Calls 2

NewFunction · 0.50
ClearMethod · 0.45

Tested by

no test coverage detected