+1 vote

Is there a way in godot to get the mouse cursor velocity/ movement speed?
I know we can detect if the mouse is moving - but can we detect how fast it is moving??

in Engine by (100 points)

1 Answer

+1 vote

Maybe the getmousespeed( ) function could help you. In the documentation, it says:

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.

Here is also some discussion about how it works, that might interest you.

by (16 points)
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.