Hi,
I’m trying to implement a virtual joystick with the mouse and I’m having issues. I can’t just use the raw mouse data because sweeping gestures are important and these feel unintuitive with the raw input. I can easily achieve the desired effect with a real gamepad, but I want to try to emulate with a mouse. I think this would be easy if I could force the mouse to a certain value. Is there a way to do this, or has anyone else tried something similar?
tl;dr: I need to implement a mouse-driven virtual joystick, any help?