RosettaCodeData/Task/GUI-Maximum-window-dimensions/Processing/gui-maximum-window-dimensions.processing
2023-07-01 13:44:08 -04:00

7 lines
161 B
Text

//Aamrun, 26th June 2022
fullScreen();
fill(0);
textSize(50);
text("Screen Height : " + str(height), 100, 100);
text("Screen Width : " + str(width), 100, 200);