// Installs the Allegro Joystick module. func InstallJoystick() bool { return bool(C.al_install_joystick()) }
func InstallJoystick() { C.al_install_joystick() }