Hello!
I'm currently working on a project that requires me to use ControlP5 along with the P3D renderer, and I'm having a few issues thus far:
- ControlP5 seems to "reject" certain characters when used in P3D mode (for instance, characters like '^' simply don't appear when typed into the textboxes.

- Keyboard handling overall seems weird, for example, if I press alt when typing on a textbox it seems to count the alt as a character (that doesn't exist, so it turns into a blank space, again). Also, if I leave a key pressed it only types it once (as opposed to the Java2D renderer where the key eventually starts repeating itself as long as it's held down).

If anyone has any ideas on how to fix these issues (or on how to "hack" controlP5 into behaving as if it was in Java2D mode), that would be greatly appreciated.