jdf / peasycam

Dead-simple mouse-driven camera for Processing
http://MrFeinberg.com/peasycam/
Apache License 2.0
116 stars 35 forks source link

Feature Update #32

Closed diwi closed 6 years ago

diwi commented 6 years ago
// new public methods

public void setViewport(int x, int y, int w, int h);
public int[] getViewport();
public PGraphics getCanvas();
jdf commented 6 years ago

Also, anywhere my name appears in the header comments, please add yours as a co-author.