Resource icon

BennuGD: Joystick library with Demo 1.0

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 Button
Author
Madman
Downloads
1,388
Views
1,388
First release
Last update
Rating
0.00 star(s) 0 ratings
Back
Top