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

Method OnMouseMoved

Source/Engine/Input/Input.cpp:166–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166void Mouse::OnMouseMoved(const Float2& newPosition)
167{
168 _prevState.MousePosition = newPosition;
169 _state.MousePosition = newPosition;
170}
171
172void Mouse::OnMouseDown(const Float2& position, const MouseButton button, Window* target)
173{

Callers 1

SetMousePositionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected