registerMethod("keyEvent" ...) not working with OPENGL renderer in Processing 2.0b3
in
Core Library Questions
•
1 year ago
Hi,
Topic says it all really. If I do size(500, 500); registerMethod("keyEvent" ...) works, but not when I do size(500, 500, OPENGL); or size(500, 500, P3D);.
1