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

8 lines
161 B
Plaintext

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