mirror of
https://github.com/processing/processing4.git
synced 2026-02-10 09:09:26 +01:00
continuing to mess with graphics api, getting things cleared up
This commit is contained in:
@@ -4640,6 +4640,16 @@ public class PApplet extends Applet
|
||||
}
|
||||
|
||||
|
||||
public float screenX(float x, float y) {
|
||||
return g.screenX(x, y);
|
||||
}
|
||||
|
||||
|
||||
public float screenY(float x, float y) {
|
||||
return g.screenY(x, y);
|
||||
}
|
||||
|
||||
|
||||
public float screenX(float x, float y, float z) {
|
||||
return g.screenX(x, y, z);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user