We are about to switch to a new forum software. Until then we have removed the registration on this forum.
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
Much thanks! This is interested.
Another solution we found was to run Processing through Sublime Text. Somehow, this allows the the OSC data to be continually read whether the sketch window is in focus or not.