func IsMouseInstalled() bool { var b bool b = bool(C.al_is_mouse_installed()) return b }
func IsMouseInstalled() bool { return bool(C.al_is_mouse_installed()) }