Page 1 of 1

WSAD into drag mouse motion on a virtual d-pad

Posted: 07 Dec 2021, 11:34
by 0rd45
Hi!
My little-to-none coding skill @ss need some help! So I try to make WSAD keys into drag mouse motion on a virtual d-pad but not sure that if I want is even possible, because i need to simultaneously be able to use the mouse to look around and aim like in a FPS.
So for example if I press "w" I need a click and drag motion on a specific area on the screen and hold it until I release the key. The d-pad supports diagonal motion too.
I seems that the game i want to play dont support sendmode play, and sendmode input's instant move doesn't seem to work either so i guess I must use event with some delay.
As I said while I holding down the w key to move, simultaneously I need to be able to use the mosue to aim and shoot. Is this possible?

I found some similar looking topics in this forum but didn't find what i need, most of the methods are just slightly similar and uses deprecated commands.

PLS help