Event
Input.MouseMove
Called when the mouse moves
Syntax
Input.Subscribe("MouseMove", function(cursor_delta_x, cursor_delta_y, mouse_x, mouse_y)
-- il tuo codice
end)
Arguments
| Name | Type | Default | Description |
|---|---|---|---|
cursor_delta_x
|
float | — | — |
cursor_delta_y
|
float | — | — |
mouse_x
|
float | — | — |
mouse_y
|
float | — | — |
Returns
- boolean Return false to block it