-
Notifications
You must be signed in to change notification settings - Fork 57
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
Draw crosshair according to mouse coordinates in the movie #510
Comments
To understand correctly, you want to draw a crosshair on the position of the cursor of the previous frame? |
Of the current frame, matching values recorded in the movie for that frame. |
clementgallet
added a commit
that referenced
this issue
Dec 30, 2022
Added. You need to enable this in the settings: |
Works great, thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Draw the "+" overlay on the game client area.
Extremely useful when figuring out which coordinate corresponds to which visible spot, requires recording mode and actual mouse movement to see it otherwise. With the crosshair, you'd be able to instantly tell whether you are in the desired spot and how to move the mouse.
The text was updated successfully, but these errors were encountered: