I was following this tutorial:
But when I tried to use the code to see if it works as a test on something else, I get this error for the get_input() :

I want to adapt the movement code to be similar to that (with the mouse determining direction) but I want to remove gravity from the equation and make the character levitate and rotate in any direction. If I remove gravity, how do I deal with velocity? Would velocity just be delta?