Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NO vertical mouse move angle function #100

Open
aiwanwan opened this issue Jan 14, 2025 · 0 comments
Open

NO vertical mouse move angle function #100

aiwanwan opened this issue Jan 14, 2025 · 0 comments

Comments

@aiwanwan
Copy link

Hi I found there is mouse_move_horizontal_angle() function like below, I wonder why there is no mouse_move_vertical_angle() function.

Does Cradle need to move the vertical viewing angle when playing 3A games, or is it enough to just move the horizontal viewing angle, because people need to move the vertical viewing angle when playing games manually.

def mouse_move_horizontal_angle(self, theta):
distance = _theta_calculation(theta)
self.mouse_move(distance, 0, relative=True)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant