Move mouse with joystick?

Is there a way to move mouse with a joystick?

Thanks

You can’t move it like it self but you can try to make mouse as sprite.

- Jurkourko

Yes as Jurkourko suggested you should

  1. Hide the cursor
  2. Then create a sprite that looks like a mouse (or maybe even something else)
  3. The move the sprite with the joystick.

Thanks, I did that already just wanted to make it easier.

Thanks, I have sprite move to cursor X/Y I was looking to simplify a bit.

What are you trying to achieve maybe we can help?