You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).The text was updated successfully, but these errors were encountered: