Unicode input not registered for pyglet == 2.0.7. Currently working around this by passing keyboard input through to that event handler as well. With pyglet == 2.0.8, key press is not registered, but key release and unicode input are both registered. After a while when the program is running events of all types seem to get dropped.
Much better performance on m1 mac, never froze like on intel. After a while some mouse clicks were not registered, and unicode input not registered at all (pyglet == 2.0.7)
Unicode input not registered for pyglet == 2.0.7. Currently working around this by passing keyboard input through to that event handler as well. With pyglet == 2.0.8, key press is not registered, but key release and unicode input are both registered. After a while when the program is running events of all types seem to get dropped.