GameMaker: Studio

GameMaker: Studio

评价数不足
Xbox 360 Controller Example (+ source)
   
奖励
收藏
已收藏
取消收藏
genre: Example
Description: demo
标签: studio, gamemaker
文件大小
发表于
17.771 KB
2012 年 10 月 22 日 下午 7:03
1 项改动说明 ( 查看 )

订阅以下载
Xbox 360 Controller Example (+ source)

描述
== NOTE: This version is DEPRECATED as of GameMaker: Studio v.1.1.805, please check out the newer version ==

An example that demonstrates the use of an Xbox 360 controller (or compatible) as input.

The two sticks and D-pad move the three pointers.
The buttons activate various effects and demonstrate both continuous and instantaneous button presses.

Link to project file.[dl.dropbox.com]
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?