MCPcopy 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
246void Mouse::ResetState()
247{
248 InputDevice::ResetState();
249
250 _prevState.Clear();
251 _state.Clear();
252}
253
254bool Mouse::Update(EventQueue& queue)
255{

Callers 4

RenderMethod · 0.45
OnRenderMethod · 0.45
onJobRenderMethod · 0.45
UpdateMethod · 0.45

Calls 2

ResetStateFunction · 0.85
ClearMethod · 0.45

Tested by

no test coverage detected