12FILLMODE_NONE, // When resizing the window the size of the canvas will not change
13FILLMODE_FILL_WINDOW, // When resizing the window the size of the canvas will change to fill the window exactly
14FILLMODE_KEEP_ASPECT// When resizing the window the size of the canvas will change to fill the window as best it can, while maintaining the same aspect ratio
19RESOLUTION_AUTO, // When the canvas is resized the resolution of the canvas will change to match the size of the canvas
20RESOLUTION_FIXED// When the canvas is resized the resolution of the canvas will remain at the same value and the output will just be scaled to fit the canva