how to find screen coordinates of sketch?
in
Programming Questions
•
1 year ago
i need the upper-left corner of my sketch in screen (OS) coordinates. i've tried using frame.getInsets() but i found that PApplet's frame is a local variable inside main(), and the public Frame frame in PApplet is never used (weird...).
any clues?
1