Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
313
void Keyboard::State::Clear()
314
{
315
Platform::MemoryClear(this, sizeof(State));
316
}
317
318
Keyboard::Keyboard()
319
: InputDevice(SpawnParams(Guid::New(), TypeInitializer), TEXT(
"Keyboard"
))
Callers
15
Init
Method · 0.45
AddToCluster
Method · 0.45
RemoveFoliageType
Method · 0.45
RebuildClusters
Method · 0.45
RemoveAllInstances
Method · 0.45
ResetState
Method · 0.45
Update
Method · 0.45
Keyboard
Method · 0.45
SetInputMappingFromSettings
Method · 0.45
SetInputMappingToDefaultSettings
Method · 0.45
Dispose
Method · 0.45
ResetState
Function · 0.45
Calls
1
MemoryClear
Function · 0.85
Tested by
no test coverage detected