Documentation

Support

Unity Lite

Open Unity Lite

Unity Lite

Mouse move node

Detect when the user moves the mouse.
Read time 1 minuteLast updated 2 days ago

Use the Mouse move node to react whenever the user moves the mouse. Each time the cursor moves, this event triggers so you can run connected actions. This is useful if you want to move a custom cursor or rotate a camera.

Sockets

Socket

Type

Description

Mouse move amount
Vector3 (output)
The change in mouse position since the last trigger (screen space).