Resource icon

BennuGD: Joystick library with Demo 1.0

  • Author Author Madman
  • Creation date Creation date
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,751
Views
1,751
First release
Last update

Ratings

0.00 star(s) 0 ratings
Back
Top