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
Processing 4 added new core functions to replace the surface methods as can be seen in the Beta 5 and Beta 7 release notes. These changes are also mentioned here benfry/processing4#53
The reference needs to be updated to reflect those updates:
SableRaf
changed the title
Update the reference for new core methods that replaced the surface methods in Processing 4
Surface methods should be replaced by new core methods in the reference
Sep 22, 2022
Processing 4 added new core functions to replace the
surface
methods as can be seen in the Beta 5 and Beta 7 release notes. These changes are also mentioned here benfry/processing4#53The reference needs to be updated to reflect those updates:
windowResize(w, h)
replacessurface.setSize(w, h)
windowResizable()
replacessurface.setResizable()
(reference)windowMove(x, y)
replacessurface.setLocation(x, y)
(reference)windowTitle()
replacessurface.setTitle()
(reference)windowResized()
event handlerwindowMoved()
event handlerIn case you want to contribute to this task, here is how to edit the reference.
Note: surface methods are still backwards compatible but you are encouraged to use the new methods for future sketches
The text was updated successfully, but these errors were encountered: