There was an error while loading. Please reload this page.
1 parent e926451 commit f1abac7Copy full SHA for f1abac7
1 file changed
src/Processing.h
@@ -4293,6 +4293,8 @@ struct PApplet {
4293
void fullScreen(int mode);
4294
void frameRate(int fps);
4295
float getFrameRate() const { return _frameRate; }
4296
+ int getWidth() const { return winWidth; }
4297
+ int getHeight() const { return winHeight; }
4298
void noLoop();
4299
void loop();
4300
void redraw();
0 commit comments