func InstallMouse() bool { return bool(C.al_install_mouse()) }
func InstallMouse() { C.al_install_mouse() }