Evento
Input.MouseMove
Called when the mouse moves
Non ancora tradotto
Sintassi
Input.Subscribe("MouseMove", function(cursor_delta_x, cursor_delta_y, mouse_x, mouse_y)
-- il tuo codice
end)
Argomenti
| Nome | Tipo | Predefinito | Descrizione |
|---|---|---|---|
cursor_delta_x
|
float | — | — |
cursor_delta_y
|
float | — | — |
mouse_x
|
float | — | — |
mouse_y
|
float | — | — |
Valore restituito
- boolean Return false to block it