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

Add shortcut for getting the safe zone positions #142

Closed
justalemon opened this issue Dec 16, 2023 · 1 comment · Fixed by #145
Closed

Add shortcut for getting the safe zone positions #142

justalemon opened this issue Dec 16, 2023 · 1 comment · Fixed by #145
Labels
priority: p3 low A cosmetic bug or a new feature request status: completed The feature has been completed of the bug has been patched type: feature request Request to implement a specific feature
Milestone

Comments

@justalemon
Copy link
Member

Shortcut for this.

Screen.SetElementAlignment(GFXAlignment.Right, GFXAlignment.Bottom);
PointF pos = Screen.GetRealPosition(PointF.Empty);
Screen.ResetElementAlignment();
@justalemon justalemon added priority: p3 low A cosmetic bug or a new feature request type: feature request Request to implement a specific feature status: acknowledged We are aware of the bug or feature request labels Dec 16, 2023
@justalemon justalemon added this to the 2.0 milestone Dec 16, 2023
@justalemon
Copy link
Member Author

Oh, and each one of the corners (Top Left, Bottom Left, Bottom Right and Top Right).

@justalemon justalemon changed the title Add shortcut for getting the safe zone position Add shortcut for getting the safe zone positions Dec 16, 2023
@justalemon justalemon added status: completed The feature has been completed of the bug has been patched and removed status: acknowledged We are aware of the bug or feature request labels Dec 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p3 low A cosmetic bug or a new feature request status: completed The feature has been completed of the bug has been patched type: feature request Request to implement a specific feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant