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
At the moment, when something is drawn on an onscreen canvas, the only way to get it displayed is to return true from the Frame event. Update region would allow to only redisplay the parts of the canvas that have been modified, and only when something is actually modified.
The text was updated successfully, but these errors were encountered:
At the moment, when something is drawn on an onscreen canvas, the only way to get it displayed is to return
true
from theFrame
event. Update region would allow to only redisplay the parts of the canvas that have been modified, and only when something is actually modified.The text was updated successfully, but these errors were encountered: