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

Function ResetState

Source/Engine/Input/InputDevice.h:110–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 /// Resets the input device state. Called when application looses focus.
109 /// </summary>
110 virtual void ResetState()
111 {
112 _queue.Clear();
113 }
114
115 /// <summary>
116 /// Captures the input since the last call and triggers the input events.

Callers 8

ClearStateFunction · 0.85
FrameEndMethod · 0.85
ResetStateMethod · 0.85
ResetStateMethod · 0.85
ResetStateMethod · 0.85
TickMethod · 0.85
OnAnimationModifiedMethod · 0.85
EndPlayMethod · 0.85

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected