Click or drag to resize

InputGetLastMouseSpeed Method

Returns the mouse speed for the last time the cursor was moved, and this until the next frame where the mouse moves. This means that even if the mouse is not moving, this function will still return the value of the last motion.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static Vector2 GetLastMouseSpeed()

Return Value

Type: Vector2

[Missing <returns> documentation for "M:Godot.Input.GetLastMouseSpeed"]

See Also