I am trying to run my program (simple Cellular automata) under Eclipse environment using Processing 2.x.
Everything works fine, but i cannot capture any keyXXX event or mouseXXX event after staring my app. The same code plced in Processing pde editor runs corractly and captures and handles key events properly.