-
```
Just started using pyglet and love what I am seeing, excellent work!
I stumbled across this issue while running the examples.
Steps to reproduce the problem:
1. Run the media_player.py example w…
-
```
What steps will reproduce the problem?
1. Following the 'Hello World' App from the programming guide
(http://www.pyglet.org/doc/programming_guide/hello_world.html), when I try
to run it it produce…
-
```
Have you tried Pyglet 1.2 alpha1 or the repository code? Yes, using a pip3
install of pyglet1.2 from tip on linux. I was able to fix the problem (see end
of issue).
What steps will reproduce th…
-
```
What steps will reproduce the problem?
1. get mac laptop, install linux, python, pyglet, mesa (no accel)
2. run example, crashes with "ValueError: invalid literal for int(): 4 Mesa 6"
3.
Paste in…
-
```
Pyglet will not transition from fullscreen to windowed mode at runtime if I
have a function clock.schedule'd. The display just hangs and I get a mouse
pointer. The application still responds to ke…
-
```
What steps will reproduce the problem?
1. Open a window with an on_key_press handler which prints out the keys.
2. Press the A key without shift. pyglet.window.key.A (97) will get printed
out.
3. …
-
```
What steps will reproduce the problem?
1. get mac laptop, install linux, python, pyglet, mesa (no accel)
2. run example, crashes with "ValueError: invalid literal for int(): 4 Mesa 6"
3.
Paste in…
-
```
Have you tried Pyglet 1.2 alpha1 or the repository code? Yes, using a pip3
install of pyglet1.2 from tip on linux. I was able to fix the problem (see end
of issue).
What steps will reproduce th…
-
```
When running this minimal testcase, I get either a freeze (the program
halts and can't be killed with CTRL-C) or an instant segmentation fault.
I discovered it while trying to debug a larger scri…
-
```
What steps will reproduce the problem?
If my application takes long to process some window event, some of the
subsequent events will be dropped. This happens at least for key press
events; I don…