tooll3 / t3

Tooll 3 is an open source software to create realtime motion graphics.
MIT License
3.48k stars 193 forks source link

Completing the Gamepad operator and Example #459

Closed newemka closed 2 months ago

newemka commented 3 months ago

By following the first part of gamepad operator, I've added the output for the remaining buttons.

I'm testing with a Xbox one controller, one issue remains, the X button is not working while pressing the Y button turns Y and X bools to true. @mrvux

mrvux commented 3 months ago

In GamepadInput,.cs line 31 : this.X = y; should be this.X = x;

newemka commented 3 months ago

this.X = y;

Thanks a lot!

pixtur commented 2 months ago

This PR was merged manually