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

Skip rendering of controls that are outside of visible area #32

Open
kraifpatrik opened this issue Dec 13, 2024 · 0 comments
Open

Skip rendering of controls that are outside of visible area #32

kraifpatrik opened this issue Dec 13, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@kraifpatrik
Copy link
Member

Currently FORMS_Pen draws all controls even if they're outside of the visible area. In this case their rendering should be simply skipped, but still advancing the pen's position as normally. Handling of logic can be also skipped, where it makes sense (for example there is no point in checking for mouse clicks if the control is not visible and can't be clicked).

@kraifpatrik kraifpatrik added the enhancement New feature or request label Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant