Hey, updating to Processing 2.0 to check out the window resizing stuff which seems to work okay so far.
Only weirdness is that after I resize the window all the actions I have coded to the arrow keys are not working.
This seems to only effect P2D and P3D image modes, I can get it working with the standard image mode (ie just size(500,500)), but it is not really a long term fix since it makes the text look strange and it will get bogged down when I get into more complicated imagery (it is a drawing program).
I have not posted any code here since it is just a drawing program I had just opened from my previous version of Processing (1.5) to see if it would work.
Do I need to include/update some other function?
1