Skip to content

Commit

Permalink
docs: Missing methods and attributes in api reference
Browse files Browse the repository at this point in the history
  • Loading branch information
einarf committed Sep 30, 2019
1 parent 190d3d1 commit d6755e9
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/reference/context/basewindow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,7 @@ Attributes
.. autoattribute:: BaseWindow.mouse_scroll_event_func
.. autoattribute:: BaseWindow.unicode_char_entered_func
.. autoattribute:: BaseWindow.is_closing
.. autoattribute:: BaseWindow.mouse
.. autoattribute:: BaseWindow.mouse_states
.. autoattribute:: BaseWindow.modifiers
.. autoattribute:: BaseWindow.gl_version_code
2 changes: 2 additions & 0 deletions docs/reference/context/glfw.window.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,7 @@ Attributes
.. autoattribute:: Window.mouse_scroll_event_func
.. autoattribute:: Window.unicode_char_entered_func
.. autoattribute:: Window.is_closing
.. autoattribute:: Window.mouse
.. autoattribute:: Window.mouse_states
.. autoattribute:: Window.modifiers
.. autoattribute:: Window.gl_version_code
2 changes: 2 additions & 0 deletions docs/reference/context/headless.window.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,7 @@ Attributes
.. autoattribute:: Window.mouse_scroll_event_func
.. autoattribute:: Window.unicode_char_entered_func
.. autoattribute:: Window.is_closing
.. autoattribute:: Window.mouse
.. autoattribute:: Window.mouse_states
.. autoattribute:: Window.modifiers
.. autoattribute:: Window.gl_version_code
2 changes: 2 additions & 0 deletions docs/reference/context/pyglet.window.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,7 @@ Attributes
.. autoattribute:: Window.unicode_char_entered_func
.. autoattribute:: Window.mouse_scroll_event_func
.. autoattribute:: Window.is_closing
.. autoattribute:: Window.mouse
.. autoattribute:: Window.mouse_states
.. autoattribute:: Window.modifiers
.. autoattribute:: Window.gl_version_code
3 changes: 3 additions & 0 deletions docs/reference/context/pyqt5.window.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Window Specific Methods
.. automethod:: Window.mouse_move_event
.. automethod:: Window.key_pressed_event
.. automethod:: Window.mouse_press_event
.. automethod:: Window.mouse_wheel_event

Attributes
----------
Expand Down Expand Up @@ -64,5 +65,7 @@ Attributes
.. autoattribute:: Window.unicode_char_entered_func
.. autoattribute:: Window.mouse_scroll_event_func
.. autoattribute:: Window.is_closing
.. autoattribute:: Window.mouse
.. autoattribute:: Window.mouse_states
.. autoattribute:: Window.modifiers
.. autoattribute:: Window.gl_version_code
3 changes: 3 additions & 0 deletions docs/reference/context/pyside2.window.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Window Specific Methods
.. automethod:: Window.mouse_move_event
.. automethod:: Window.key_pressed_event
.. automethod:: Window.mouse_press_event
.. automethod:: Window.mouse_wheel_event

Attributes
----------
Expand Down Expand Up @@ -64,5 +65,7 @@ Attributes
.. autoattribute:: Window.unicode_char_entered_func
.. autoattribute:: Window.mouse_scroll_event_func
.. autoattribute:: Window.is_closing
.. autoattribute:: Window.mouse
.. autoattribute:: Window.mouse_states
.. autoattribute:: Window.modifiers
.. autoattribute:: Window.gl_version_code
2 changes: 2 additions & 0 deletions docs/reference/context/sdl2.window.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,7 @@ Attributes
.. autoattribute:: Window.unicode_char_entered_func
.. autoattribute:: Window.mouse_scroll_event_func
.. autoattribute:: Window.is_closing
.. autoattribute:: Window.mouse
.. autoattribute:: Window.mouse_states
.. autoattribute:: Window.modifiers
.. autoattribute:: Window.gl_version_code

0 comments on commit d6755e9

Please sign in to comment.