示例#1
0
文件: joystick.go 项目: beoran/algo
// Installs the Allegro Joystick module.
func InstallJoystick() bool {
	return bool(C.al_install_joystick())
}
示例#2
0
func InstallJoystick() {

	C.al_install_joystick()

}