Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 26, 2024
1 parent 2eff978 commit 3ae93fa
Show file tree
Hide file tree
Showing 22 changed files with 1,274 additions and 661 deletions.
204 changes: 123 additions & 81 deletions docs/library_breakdown/data_structures.rst

Large diffs are not rendered by default.

65 changes: 43 additions & 22 deletions docs/library_breakdown/display.rst
Original file line number Diff line number Diff line change
@@ -1,95 +1,116 @@
Display (``pmma.Display``)
==========================

Not Yet Written
🟩 **R** -

Create
------

.. py:method:: pmma.Display() -> pmma.Display
Not Yet Written
🟩 **R** -


Methods
-------

.. py:method:: Display.clear() -> None
Not Yet Written
🟩 **R** -


.. py:method:: Display.set_window_in_focus() -> None
Not Yet Written
🟩 **R** -


.. py:method:: Display.set_window_minimized() -> None
Not Yet Written
🟩 **R** -


.. py:method:: Display.quit() -> None
Not Yet Written
🟩 **R** -


.. py:method:: Display.get_2D_hardware_accelerated_surface() -> None
Not Yet Written
🟩 **R** -


.. py:method:: Display.get_3D_hardware_accelerated_surface() -> None
Not Yet Written
🟩 **R** -


.. py:method:: Display.create() -> None
Not Yet Written
🟩 **R** -


.. py:method:: Display.set_caption() -> None
Not Yet Written
🟩 **R** -


.. py:method:: Display.set_icon() -> None
Not Yet Written
🟩 **R** -


.. py:method:: Display.toggle_full_screen() -> None
Not Yet Written
🟩 **R** -


.. py:method:: Display.get_size() -> None
Not Yet Written
🟩 **R** -


.. py:method:: Display.get_frame_time() -> None
Not Yet Written
🟩 **R** -


.. py:method:: Display.get_height() -> None
Not Yet Written
🟩 **R** -


.. py:method:: Display.get_width() -> None
Not Yet Written
🟩 **R** -


.. py:method:: Display.get_aspect_ratio() -> None
Not Yet Written
🟩 **R** -


.. py:method:: Display.refresh() -> None
Not Yet Written
🟩 **R** -


.. py:method:: Display.close() -> None
Not Yet Written
🟩 **R** -


.. py:method:: Display.get_fps() -> None
Not Yet Written
🟩 **R** -


.. py:method:: Display.get_refresh_rate() -> None
Not Yet Written
🟩 **R** -


.. py:method:: Display.get_center() -> None
Not Yet Written
🟩 **R** -


Loading

0 comments on commit 3ae93fa

Please sign in to comment.