Esempio n. 1
0
func InstallMouse() bool {
	return bool(C.al_install_mouse())
}
Esempio n. 2
0
func InstallMouse() {

	C.al_install_mouse()

}