func SetMouseWZ(w, z int) bool { var b bool b = bool(C.al_set_mouse_w(C.int(w))) && bool(C.al_set_mouse_z(C.int(z))) return b }
func SetMouseZ(z int32) bool { return bool(C.al_set_mouse_z(C.int(z))) }