DCEmu.co.uk
29/08/2009, 12:00
New for Wiz from Madman (http://dl.openhandhelds.org/cgi-bin/wiz.cgi?0,0,0,0,19,206)
Copy the file "joystick.inc" to your game folder.
In your programm use
#include "joystick.inc";
and in the main process or where needed, call the function
init_controls();
This will setup a process to get the Wiz key status.
After that you can check the JOY array, e.g.
JOY[BY] = Button Y
JOY[START] = Menu Button
JOY[SELECT] = Select ButtonDownload here (http://dl.openhandhelds.org/cgi-bin/wiz.cgi?0,1,2,0,19,206)
Más información... (http://www.dcemu.co.uk/vbulletin/showthread.php?t=239218&goto=newpost)
Copy the file "joystick.inc" to your game folder.
In your programm use
#include "joystick.inc";
and in the main process or where needed, call the function
init_controls();
This will setup a process to get the Wiz key status.
After that you can check the JOY array, e.g.
JOY[BY] = Button Y
JOY[START] = Menu Button
JOY[SELECT] = Select ButtonDownload here (http://dl.openhandhelds.org/cgi-bin/wiz.cgi?0,1,2,0,19,206)
Más información... (http://www.dcemu.co.uk/vbulletin/showthread.php?t=239218&goto=newpost)