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

Function UpdateState

Source/Engine/Input/InputDevice.h:133–136  ·  view source on GitHub ↗

Updates only the current state of the device. True if device has been disconnected, otherwise false.

Source from the content-addressed store, hash-verified

131 /// </summary>
132 /// <returns>True if device has been disconnected, otherwise false.</returns>
133 virtual bool UpdateState()
134 {
135 return false;
136 }
137};

Callers 4

UpdateMethod · 0.85
UpdateFunction · 0.85
UpdateMethod · 0.85
TickMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected