Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ ResetState
Method
ResetState
Source/Engine/Platform/iOS/iOSPlatform.cpp:48–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
void ResetState() override
49
{
50
ScopeLock lock(_locker);
51
InputDevice::ResetState();
52
}
53
54
bool Update(EventQueue& queue) override
55
{
Callers
nothing calls this directly
Calls
1
ResetState
Function · 0.85
Tested by
no test coverage detected