keeping sketch window in focus and actively listening

edited March 2015 in Using Processing

I am working with a processing sketch that captures sends leap motion data via OSC. In order for it to function correctly the sketch window needs to remain in focus. I have used the frame.setAlwaysOnTop(true), and although the sketch window remains in the foreground, I cannot keep it actively listening when toggling between other applications. Is it possible to keep the window it always listening? Thanks!

Answers

Sign In or Register to comment.