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

Method Clear

Source/Engine/Input/Input.cpp:313–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311}
312
313void Keyboard::State::Clear()
314{
315 Platform::MemoryClear(this, sizeof(State));
316}
317
318Keyboard::Keyboard()
319 : InputDevice(SpawnParams(Guid::New(), TypeInitializer), TEXT("Keyboard"))

Callers 15

InitMethod · 0.45
AddToClusterMethod · 0.45
RemoveFoliageTypeMethod · 0.45
RebuildClustersMethod · 0.45
RemoveAllInstancesMethod · 0.45
ResetStateMethod · 0.45
UpdateMethod · 0.45
KeyboardMethod · 0.45
DisposeMethod · 0.45
ResetStateFunction · 0.45

Calls 1

MemoryClearFunction · 0.85

Tested by

no test coverage detected