GUI_Resize and GUI_Resize_ext
Callback called when the canvas is resized. The ext
version is triggered when the resize is initiated from an external source.
###Callback Parameters
- canvassize: Object containing the width and height of the canvas.
canvassize.w
: Width of the canvas.canvassize.h
: Height of the canvas.