forked from pool/python-pyglet
- update to 1.5.15:
- shapes.Circle segment calculation will always use a minimum of 14 segments. - shapes.Arc is now made from line segments, and by default has unconnected ends. - Windows - Use the internal keystate to determine the mod shift rather than relying on GetKeyState which relies on another event that may be called after WM_INPUT. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyglet?expand=0&rev=32
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 8 09:10:33 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.5.15:
|
||||
- shapes.Circle segment calculation will always use a minimum of 14 segments.
|
||||
- shapes.Arc is now made from line segments, and by default has unconnected ends.
|
||||
- Windows - Use the internal keystate to determine the mod shift rather than relying on GetKeyState
|
||||
which relies on another event that may be called after WM_INPUT.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 19 10:52:14 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
|
Reference in New Issue
Block a user