1 parent f1abac7 commit f56af3bCopy full SHA for f56af3b
1 file changed
src/Processing.h
@@ -4292,9 +4292,7 @@ struct PApplet {
4292
void fullScreen();
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; }
+ float getFrameRate() const { return _frameRate; } // convenience, not in Processing Java
4298
void noLoop();
4299
void loop();
4300
void redraw();
0 commit comments