I use processing for some basic visualizations. I achieved to run it fullscreen on a secondary monitor using the following code. However, it seems that the mouse click events are not registered at the built in processing mouse listener. How can I achieve that? I already tried to follow
this approach an added a mouselistener on the top frame, but not improvements.