GameMaker: Studio

GameMaker: Studio

Xbox 360 Controller Example (+ source)
5 条留言
M.S.T.O.P.  [作者] 2013 年 2 月 4 日 下午 4:03 
I made a updated version that uses the new gamepad functions introduced with v.1.1.805:
http://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=125100204
Syrsly 2013 年 2 月 3 日 下午 3:03 
Nice work. Looks very easy to implement and not extremely complex. However, I wish all the controls were in an input class. I come from the OOP world. ;)
Scorcher24 2012 年 11 月 19 日 上午 2:35 
I worked through it and was able to add gamepad support for my game with this great tutorial! Thank you a lot!
M.S.T.O.P.  [作者] 2012 年 11 月 12 日 下午 5:19 
I didn't use a DLL for this, I just used the built-in joystick functions.
Scorcher24 2012 年 11 月 12 日 上午 2:56 
Does it work without a seperate .dll actually?