Beispiel #1
0
func ReconfigureJoysticks() bool {
	var b bool

	b = bool(C.al_reconfigure_joysticks())

	return b
}
Beispiel #2
0
func ReconfigureJoysticks() bool {
	return bool(C.al_reconfigure_joysticks())
}