Example #1
0
func InstallMouse() bool {
	return bool(C.al_install_mouse())
}
Example #2
0
func InstallMouse() {

	C.al_install_mouse()

}