Example #1
0
// Installs the Allegro Joystick module.
func InstallJoystick() bool {
	return bool(C.al_install_joystick())
}
Example #2
0
func InstallJoystick() {

	C.al_install_joystick()

}