Hi, I am using Processing v3.2.3 and controlP5 v2.2.6 library to develop my own application. In a sketch I need to intercept user keyboard key press to active some functions in my application so I need to know if a textfield got focus to disable keyboard key press functions. How can I check if a textfield got focus?
↧