RosettaCodeData/Task/GUI-Maximum-window-dimensions/Processing/gui-maximum-window-dimensions.processing

8 lines
161 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
//Aamrun, 26th June 2022
fullScreen();
fill(0);
textSize(50);
text("Screen Height : " + str(height), 100, 100);
text("Screen Width : " + str(width), 100, 200);