First words: thanks you very much for writing this awesome source code 👍
About my questions:
How do i perform a Press-RightSide-touchpad? tried TouchPadButton = true, tried Touch2 = new Touch() { IsTouched = true, X = 0, Y = 0 } too.
In some games, how do i shoot SQUARE while running and some other buttons? i don't want my character to stop moving then start shooting that looks really dump. In general, can i send commands at the same time without letting it in queue? if not, best way?
First words: thanks you very much for writing this awesome source code 👍
About my questions: