Skip to content

Commit f96b147

Browse files
committed
Add pyglet window backend to docs
1 parent 1265f4d commit f96b147

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/settings.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ The currently supported classes are:
4141
- ``demosys.context.pyqt.Window`` PyQt5 window (default)
4242
- ``demosys.context.glfw.Window`` pyGLFW window
4343
- ``demosys.context.pyglet.Window`` Pyglet window (Not for OS X)
44+
- ``demosys.context.sdl2.Window`` PySDL2 window
4445
- ``demosys.context.headless.Window`` Headless window
4546

4647
.. code:: python

0 commit comments

Comments
 (0)