Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ ResetState
Method
ResetState
Source/Engine/Input/Input.cpp:246–252 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
244
}
245
246
void Mouse::ResetState()
247
{
248
InputDevice::ResetState();
249
250
_prevState.Clear();
251
_state.Clear();
252
}
253
254
bool Mouse::Update(EventQueue& queue)
255
{
Callers
4
Render
Method · 0.45
OnRender
Method · 0.45
onJobRender
Method · 0.45
Update
Method · 0.45
Calls
2
ResetState
Function · 0.85
Clear
Method · 0.45
Tested by
no test coverage detected