--- /srv/rebuilderd/tmp/rebuilderdyNLQVW/inputs/python-moderngl-window-doc_3.1.1-1_all.deb +++ /srv/rebuilderd/tmp/rebuilderdyNLQVW/out/python-moderngl-window-doc_3.1.1-1_all.deb ├── file list │ @@ -1,3 +1,3 @@ │ -rw-r--r-- 0 0 0 4 2025-11-06 14:23:41.000000 debian-binary │ -rw-r--r-- 0 0 0 4116 2025-11-06 14:23:41.000000 control.tar.xz │ --rw-r--r-- 0 0 0 196348 2025-11-06 14:23:41.000000 data.tar.xz │ +-rw-r--r-- 0 0 0 196336 2025-11-06 14:23:41.000000 data.tar.xz ├── control.tar.xz │ ├── control.tar │ │ ├── ./md5sums │ │ │ ├── ./md5sums │ │ │ │┄ Files differ ├── data.tar.xz │ ├── data.tar │ │ ├── ./usr/share/doc/python-moderngl-window-doc/html/reference/context/backends.html │ │ │ @@ -3659,15 +3659,15 @@ │ │ │
│ │ │ close() None[source]
│ │ │

Close the window

│ │ │
│ │ │ │ │ │
│ │ │
│ │ │ -close_event(event: <MagicMock name='mock.QEvent' id='140480035125104'>) None[source]
│ │ │ +close_event(event: <MagicMock name='mock.QEvent' id='140381205706608'>) None[source] │ │ │

The standard PyQt close events

│ │ │
│ │ │
Parameters:
│ │ │

event – The qtevent instance

│ │ │
│ │ │
│ │ │
│ │ │ @@ -3911,15 +3911,15 @@ │ │ │
│ │ │ hide() None
│ │ │

Hide the window

│ │ │
│ │ │ │ │ │
│ │ │
│ │ │ -hide_event(event: <MagicMock name='mock.QEvent' id='140480035125104'>) None[source]
│ │ │ +hide_event(event: <MagicMock name='mock.QEvent' id='140381205706608'>) None[source] │ │ │

The standard Qt hide event

│ │ │
│ │ │ │ │ │
│ │ │
│ │ │ property iconify_func: Callable[[bool], None]
│ │ │

Get or set ehe iconify/show/hide callable

│ │ │ @@ -3968,26 +3968,26 @@ │ │ │

callable

│ │ │
│ │ │
│ │ │ │ │ │ │ │ │
│ │ │
│ │ │ -key_pressed_event(event: <MagicMock name='mock.QEvent' id='140480035125104'>) None[source]
│ │ │ +key_pressed_event(event: <MagicMock name='mock.QEvent' id='140381205706608'>) None[source] │ │ │

Process Qt key press events forwarding them to standard methods

│ │ │
│ │ │
Parameters:
│ │ │

event – The qtevent instance

│ │ │
│ │ │
│ │ │
│ │ │ │ │ │
│ │ │
│ │ │ -key_release_event(event: <MagicMock name='mock.QEvent' id='140480035125104'>) None[source]
│ │ │ +key_release_event(event: <MagicMock name='mock.QEvent' id='140381205706608'>) None[source] │ │ │

Process Qt key release events forwarding them to standard methods

│ │ │
│ │ │
Parameters:
│ │ │

event – The qtevent instance

│ │ │
│ │ │
│ │ │
│ │ │ @@ -4040,15 +4040,15 @@ │ │ │

bool

│ │ │
│ │ │ │ │ │ │ │ │ │ │ │
│ │ │
│ │ │ -mouse_move_event(event: <MagicMock name='mock.QEvent' id='140480035125104'>) None[source]
│ │ │ +mouse_move_event(event: <MagicMock name='mock.QEvent' id='140381205706608'>) None[source] │ │ │

Forward mouse cursor position events to standard methods

│ │ │
│ │ │
Parameters:
│ │ │

event – The qtevent instance

│ │ │
│ │ │
│ │ │
│ │ │ @@ -4062,15 +4062,15 @@ │ │ │

callable

│ │ │
│ │ │ │ │ │ │ │ │ │ │ │
│ │ │
│ │ │ -mouse_press_event(event: <MagicMock name='mock.QEvent' id='140480035125104'>) None[source]
│ │ │ +mouse_press_event(event: <MagicMock name='mock.QEvent' id='140381205706608'>) None[source] │ │ │

Forward mouse press events to standard methods

│ │ │
│ │ │
Parameters:
│ │ │

event – The qtevent instance

│ │ │
│ │ │
│ │ │
│ │ │ @@ -4084,15 +4084,15 @@ │ │ │

callable

│ │ │
│ │ │ │ │ │ │ │ │ │ │ │
│ │ │
│ │ │ -mouse_release_event(event: <MagicMock name='mock.QEvent' id='140480035125104'>) None[source]
│ │ │ +mouse_release_event(event: <MagicMock name='mock.QEvent' id='140381205706608'>) None[source] │ │ │

Forward mouse release events to standard methods

│ │ │
│ │ │
Parameters:
│ │ │

event – The qtevent instance

│ │ │
│ │ │
│ │ │
│ │ │ @@ -4134,15 +4134,15 @@ │ │ │

MouseButtonStates

│ │ │
│ │ │ │ │ │ │ │ │ │ │ │
│ │ │
│ │ │ -mouse_wheel_event(event: <MagicMock name='mock.QEvent' id='140480035125104'>) None[source]
│ │ │ +mouse_wheel_event(event: <MagicMock name='mock.QEvent' id='140381205706608'>) None[source] │ │ │

Forward mouse wheel events to standard metods.

│ │ │

From Qt docs:

│ │ │

Returns the distance that the wheel is rotated, in eighths of a degree. │ │ │ A positive value indicates that the wheel was rotated forwards away from the user; │ │ │ a negative value indicates that the wheel was rotated backwards toward the user.

│ │ │

Most mouse types work in steps of 15 degrees, in which case the delta value is a │ │ │ multiple of 120; i.e., 120 units * 1/8 = 15 degrees.

│ │ │ @@ -4308,15 +4308,15 @@ │ │ │
│ │ │ show() None
│ │ │

Show the window

│ │ │
│ │ │ │ │ │
│ │ │
│ │ │ -show_event(event: <MagicMock name='mock.QEvent' id='140480035125104'>) None[source]
│ │ │ +show_event(event: <MagicMock name='mock.QEvent' id='140381205706608'>) None[source] │ │ │

The standard Qt show event

│ │ │
│ │ │ │ │ │
│ │ │
│ │ │ property size: tuple[int, int]
│ │ │

current window size.

│ │ │ @@ -4549,15 +4549,15 @@ │ │ │
│ │ │ close() None[source]
│ │ │

Close the window

│ │ │
│ │ │ │ │ │
│ │ │
│ │ │ -close_event(event: <MagicMock name='mock.QEvent' id='140480031926528'>) None[source]
│ │ │ +close_event(event: <MagicMock name='mock.QEvent' id='140381202442496'>) None[source] │ │ │

The standard PyQt close events

│ │ │
│ │ │
Parameters:
│ │ │

event – The qtevent instance

│ │ │
│ │ │
│ │ │
│ │ │ @@ -4801,15 +4801,15 @@ │ │ │
│ │ │ hide() None
│ │ │

Hide the window

│ │ │
│ │ │ │ │ │
│ │ │
│ │ │ -hide_event(event: <MagicMock name='mock.QEvent' id='140480031926528'>) None[source]
│ │ │ +hide_event(event: <MagicMock name='mock.QEvent' id='140381202442496'>) None[source] │ │ │

The standard Qt hide event

│ │ │
│ │ │ │ │ │
│ │ │
│ │ │ property iconify_func: Callable[[bool], None]
│ │ │

Get or set ehe iconify/show/hide callable

│ │ │ @@ -4858,26 +4858,26 @@ │ │ │

callable

│ │ │
│ │ │
│ │ │ │ │ │ │ │ │
│ │ │
│ │ │ -key_pressed_event(event: <MagicMock name='mock.QEvent' id='140480031926528'>) None[source]
│ │ │ +key_pressed_event(event: <MagicMock name='mock.QEvent' id='140381202442496'>) None[source] │ │ │

Process Qt key press events forwarding them to standard methods

│ │ │
│ │ │
Parameters:
│ │ │

event – The qtevent instance

│ │ │
│ │ │
│ │ │
│ │ │ │ │ │
│ │ │
│ │ │ -key_release_event(event: <MagicMock name='mock.QEvent' id='140480031926528'>) None[source]
│ │ │ +key_release_event(event: <MagicMock name='mock.QEvent' id='140381202442496'>) None[source] │ │ │

Process Qt key release events forwarding them to standard methods

│ │ │
│ │ │
Parameters:
│ │ │

event – The qtevent instance

│ │ │
│ │ │
│ │ │
│ │ │ @@ -4930,15 +4930,15 @@ │ │ │

bool

│ │ │
│ │ │ │ │ │ │ │ │ │ │ │
│ │ │
│ │ │ -mouse_move_event(event: <MagicMock name='mock.QEvent' id='140480031926528'>) None[source]
│ │ │ +mouse_move_event(event: <MagicMock name='mock.QEvent' id='140381202442496'>) None[source] │ │ │

Forward mouse cursor position events to standard methods

│ │ │
│ │ │
Parameters:
│ │ │

event – The qtevent instance

│ │ │
│ │ │
│ │ │
│ │ │ @@ -4952,15 +4952,15 @@ │ │ │

callable

│ │ │
│ │ │ │ │ │ │ │ │ │ │ │
│ │ │
│ │ │ -mouse_press_event(event: <MagicMock name='mock.QEvent' id='140480031926528'>) None[source]
│ │ │ +mouse_press_event(event: <MagicMock name='mock.QEvent' id='140381202442496'>) None[source] │ │ │

Forward mouse press events to standard methods

│ │ │
│ │ │
Parameters:
│ │ │

event – The qtevent instance

│ │ │
│ │ │
│ │ │
│ │ │ @@ -4974,15 +4974,15 @@ │ │ │

callable

│ │ │
│ │ │ │ │ │ │ │ │ │ │ │
│ │ │
│ │ │ -mouse_release_event(event: <MagicMock name='mock.QEvent' id='140480031926528'>) None[source]
│ │ │ +mouse_release_event(event: <MagicMock name='mock.QEvent' id='140381202442496'>) None[source] │ │ │

Forward mouse release events to standard methods

│ │ │
│ │ │
Parameters:
│ │ │

event – The qtevent instance

│ │ │
│ │ │
│ │ │
│ │ │ @@ -5024,15 +5024,15 @@ │ │ │

MouseButtonStates

│ │ │
│ │ │ │ │ │ │ │ │ │ │ │
│ │ │
│ │ │ -mouse_wheel_event(event: <MagicMock name='mock.QEvent' id='140480031926528'>) None[source]
│ │ │ +mouse_wheel_event(event: <MagicMock name='mock.QEvent' id='140381202442496'>) None[source] │ │ │

Forward mouse wheel events to standard metods.

│ │ │

From Qt docs:

│ │ │

Returns the distance that the wheel is rotated, in eighths of a degree. │ │ │ A positive value indicates that the wheel was rotated forwards away from the user; │ │ │ a negative value indicates that the wheel was rotated backwards toward the user.

│ │ │

Most mouse types work in steps of 15 degrees, in which case the delta value is a │ │ │ multiple of 120; i.e., 120 units * 1/8 = 15 degrees.

│ │ │ @@ -5198,15 +5198,15 @@ │ │ │
│ │ │ show() None
│ │ │

Show the window

│ │ │
│ │ │ │ │ │
│ │ │
│ │ │ -show_event(event: <MagicMock name='mock.QEvent' id='140480031926528'>) None[source]
│ │ │ +show_event(event: <MagicMock name='mock.QEvent' id='140381202442496'>) None[source] │ │ │

The standard Qt show event

│ │ │
│ │ │ │ │ │
│ │ │
│ │ │ property size: tuple[int, int]
│ │ │

current window size.

│ │ │ ├── html2text {} │ │ │ │ @@ -1581,15 +1581,15 @@ │ │ │ │ * ggrreeeenn (ffllooaatt) – color component │ │ │ │ * bblluuee (ffllooaatt) – color component │ │ │ │ * aallpphhaa (ffllooaatt) – alpha component │ │ │ │ * ddeepptthh (ffllooaatt) – depth value │ │ │ │ * vviieewwppoorrtt (ttuuppllee) – The viewport │ │ │ │ close() → None_[_s_o_u_r_c_e_]_ │ │ │ │ Close the window │ │ │ │ - close_event(eevveenntt:: <>) │ │ │ │ + close_event(eevveenntt:: <>) │ │ │ │ → None_[_s_o_u_r_c_e_]_ │ │ │ │ The standard PyQt close events │ │ │ │ Parameters: │ │ │ │ eevveenntt – The qtevent instance │ │ │ │ pprrooppeerrttyy close_func:: CCaallllaabbllee[[[[]],, NNoonnee]]_ │ │ │ │ Get or set the close callable │ │ │ │ Type: │ │ │ │ @@ -1700,15 +1700,15 @@ │ │ │ │ int │ │ │ │ pprrooppeerrttyy hidden:: bbooooll_ │ │ │ │ Window is hidden │ │ │ │ Type: │ │ │ │ bool │ │ │ │ hide() → None_ │ │ │ │ Hide the window │ │ │ │ - hide_event(eevveenntt:: <>) │ │ │ │ + hide_event(eevveenntt:: <>) │ │ │ │ → None_[_s_o_u_r_c_e_]_ │ │ │ │ The standard Qt hide event │ │ │ │ pprrooppeerrttyy iconify_func:: CCaallllaabbllee[[[[bbooooll]],, NNoonnee]]_ │ │ │ │ Get or set ehe iconify/show/hide callable │ │ │ │ Type: │ │ │ │ callable │ │ │ │ init_mgl_context() → None_ │ │ │ │ @@ -1724,20 +1724,20 @@ │ │ │ │ Returns: The press state of a key │ │ │ │ pprrooppeerrttyy key_event_func:: CCaallllaabbllee[[[[ssttrr || iinntt,, iinntt,, KKeeyyMMooddiiffiieerrss]],, │ │ │ │ NNoonnee]]_ │ │ │ │ Get or set the key_event callable │ │ │ │ Type: │ │ │ │ callable │ │ │ │ key_pressed_event(eevveenntt:: <>) → None_[_s_o_u_r_c_e_]_ │ │ │ │ + iidd==''114400338811220055770066660088''>>) → None_[_s_o_u_r_c_e_]_ │ │ │ │ Process Qt key press events forwarding them to standard methods │ │ │ │ Parameters: │ │ │ │ eevveenntt – The qtevent instance │ │ │ │ key_release_event(eevveenntt:: <>) → None_[_s_o_u_r_c_e_]_ │ │ │ │ + iidd==''114400338811220055770066660088''>>) → None_[_s_o_u_r_c_e_]_ │ │ │ │ Process Qt key release events forwarding them to standard methods │ │ │ │ Parameters: │ │ │ │ eevveenntt – The qtevent instance │ │ │ │ keys_ │ │ │ │ PySide2 specific key constants │ │ │ │ alias of Keys │ │ │ │ pprrooppeerrttyy modifiers:: KKeeyyMMooddiiffiieerrss_ │ │ │ │ @@ -1756,34 +1756,34 @@ │ │ │ │ when you don’t want the mouse leaving the screen when rotating a 3d │ │ │ │ scene. │ │ │ │ This property can also be set: │ │ │ │ window.mouse_exclusivity = True │ │ │ │ Type: │ │ │ │ bool │ │ │ │ mouse_move_event(eevveenntt:: <>) → None_[_s_o_u_r_c_e_]_ │ │ │ │ + iidd==''114400338811220055770066660088''>>) → None_[_s_o_u_r_c_e_]_ │ │ │ │ Forward mouse cursor position events to standard methods │ │ │ │ Parameters: │ │ │ │ eevveenntt – The qtevent instance │ │ │ │ pprrooppeerrttyy mouse_position_event_func:: CCaallllaabbllee[[[[iinntt,, iinntt,, iinntt,, iinntt]],, │ │ │ │ NNoonnee]]_ │ │ │ │ Get or set the mouse_position callable │ │ │ │ Type: │ │ │ │ callable │ │ │ │ mouse_press_event(eevveenntt:: <>) → None_[_s_o_u_r_c_e_]_ │ │ │ │ + iidd==''114400338811220055770066660088''>>) → None_[_s_o_u_r_c_e_]_ │ │ │ │ Forward mouse press events to standard methods │ │ │ │ Parameters: │ │ │ │ eevveenntt – The qtevent instance │ │ │ │ pprrooppeerrttyy mouse_press_event_func:: CCaallllaabbllee[[[[iinntt,, iinntt,, iinntt]],, NNoonnee]]_ │ │ │ │ Get or set the mouse_press callable │ │ │ │ Type: │ │ │ │ callable │ │ │ │ mouse_release_event(eevveenntt:: <>) → None_[_s_o_u_r_c_e_]_ │ │ │ │ + iidd==''114400338811220055770066660088''>>) → None_[_s_o_u_r_c_e_]_ │ │ │ │ Forward mouse release events to standard methods │ │ │ │ Parameters: │ │ │ │ eevveenntt – The qtevent instance │ │ │ │ pprrooppeerrttyy mouse_release_event_func:: CCaallllaabbllee[[[[iinntt,, iinntt,, iinntt]],, NNoonnee]]_ │ │ │ │ Get or set the mouse_release callable │ │ │ │ Type: │ │ │ │ callable │ │ │ │ @@ -1796,15 +1796,15 @@ │ │ │ │ The current mouse button states. │ │ │ │ window.mouse_buttons.left │ │ │ │ window.mouse_buttons.right │ │ │ │ window.mouse_buttons.middle │ │ │ │ Type: │ │ │ │ MouseButtonStates │ │ │ │ mouse_wheel_event(eevveenntt:: <>) → None_[_s_o_u_r_c_e_]_ │ │ │ │ + iidd==''114400338811220055770066660088''>>) → None_[_s_o_u_r_c_e_]_ │ │ │ │ Forward mouse wheel events to standard metods. │ │ │ │ From Qt docs: │ │ │ │ Returns the distance that the wheel is rotated, in eighths of a │ │ │ │ degree. A positive value indicates that the wheel was rotated │ │ │ │ forwards away from the user; a negative value indicates that the │ │ │ │ wheel was rotated backwards toward the user. │ │ │ │ Most mouse types work in steps of 15 degrees, in which case the │ │ │ │ @@ -1876,15 +1876,15 @@ │ │ │ │ match the configured viewport (fixed only) │ │ │ │ set_icon(iiccoonn__ppaatthh:: ssttrr) → None_ │ │ │ │ Sets the window icon to the given path │ │ │ │ Parameters: │ │ │ │ iiccoonn__ppaatthh (ssttrr) – path to the icon │ │ │ │ show() → None_ │ │ │ │ Show the window │ │ │ │ - show_event(eevveenntt:: <>) │ │ │ │ + show_event(eevveenntt:: <>) │ │ │ │ → None_[_s_o_u_r_c_e_]_ │ │ │ │ The standard Qt show event │ │ │ │ pprrooppeerrttyy size:: ttuuppllee[[iinntt,, iinntt]]_ │ │ │ │ current window size. │ │ │ │ This property also support assignment: │ │ │ │ # Resize the window to 1000 x 1000 │ │ │ │ window.size = 1000, 1000 │ │ │ │ @@ -1982,15 +1982,15 @@ │ │ │ │ * ggrreeeenn (ffllooaatt) – color component │ │ │ │ * bblluuee (ffllooaatt) – color component │ │ │ │ * aallpphhaa (ffllooaatt) – alpha component │ │ │ │ * ddeepptthh (ffllooaatt) – depth value │ │ │ │ * vviieewwppoorrtt (ttuuppllee) – The viewport │ │ │ │ close() → None_[_s_o_u_r_c_e_]_ │ │ │ │ Close the window │ │ │ │ - close_event(eevveenntt:: <>) │ │ │ │ + close_event(eevveenntt:: <>) │ │ │ │ → None_[_s_o_u_r_c_e_]_ │ │ │ │ The standard PyQt close events │ │ │ │ Parameters: │ │ │ │ eevveenntt – The qtevent instance │ │ │ │ pprrooppeerrttyy close_func:: CCaallllaabbllee[[[[]],, NNoonnee]]_ │ │ │ │ Get or set the close callable │ │ │ │ Type: │ │ │ │ @@ -2101,15 +2101,15 @@ │ │ │ │ int │ │ │ │ pprrooppeerrttyy hidden:: bbooooll_ │ │ │ │ Window is hidden │ │ │ │ Type: │ │ │ │ bool │ │ │ │ hide() → None_ │ │ │ │ Hide the window │ │ │ │ - hide_event(eevveenntt:: <>) │ │ │ │ + hide_event(eevveenntt:: <>) │ │ │ │ → None_[_s_o_u_r_c_e_]_ │ │ │ │ The standard Qt hide event │ │ │ │ pprrooppeerrttyy iconify_func:: CCaallllaabbllee[[[[bbooooll]],, NNoonnee]]_ │ │ │ │ Get or set ehe iconify/show/hide callable │ │ │ │ Type: │ │ │ │ callable │ │ │ │ init_mgl_context() → None_ │ │ │ │ @@ -2125,20 +2125,20 @@ │ │ │ │ Returns: The press state of a key │ │ │ │ pprrooppeerrttyy key_event_func:: CCaallllaabbllee[[[[ssttrr || iinntt,, iinntt,, KKeeyyMMooddiiffiieerrss]],, │ │ │ │ NNoonnee]]_ │ │ │ │ Get or set the key_event callable │ │ │ │ Type: │ │ │ │ callable │ │ │ │ key_pressed_event(eevveenntt:: <>) → None_[_s_o_u_r_c_e_]_ │ │ │ │ + iidd==''114400338811220022444422449966''>>) → None_[_s_o_u_r_c_e_]_ │ │ │ │ Process Qt key press events forwarding them to standard methods │ │ │ │ Parameters: │ │ │ │ eevveenntt – The qtevent instance │ │ │ │ key_release_event(eevveenntt:: <>) → None_[_s_o_u_r_c_e_]_ │ │ │ │ + iidd==''114400338811220022444422449966''>>) → None_[_s_o_u_r_c_e_]_ │ │ │ │ Process Qt key release events forwarding them to standard methods │ │ │ │ Parameters: │ │ │ │ eevveenntt – The qtevent instance │ │ │ │ keys_ │ │ │ │ PyQt5 specific key constants │ │ │ │ alias of Keys │ │ │ │ pprrooppeerrttyy modifiers:: KKeeyyMMooddiiffiieerrss_ │ │ │ │ @@ -2157,34 +2157,34 @@ │ │ │ │ when you don’t want the mouse leaving the screen when rotating a 3d │ │ │ │ scene. │ │ │ │ This property can also be set: │ │ │ │ window.mouse_exclusivity = True │ │ │ │ Type: │ │ │ │ bool │ │ │ │ mouse_move_event(eevveenntt:: <>) → None_[_s_o_u_r_c_e_]_ │ │ │ │ + iidd==''114400338811220022444422449966''>>) → None_[_s_o_u_r_c_e_]_ │ │ │ │ Forward mouse cursor position events to standard methods │ │ │ │ Parameters: │ │ │ │ eevveenntt – The qtevent instance │ │ │ │ pprrooppeerrttyy mouse_position_event_func:: CCaallllaabbllee[[[[iinntt,, iinntt,, iinntt,, iinntt]],, │ │ │ │ NNoonnee]]_ │ │ │ │ Get or set the mouse_position callable │ │ │ │ Type: │ │ │ │ callable │ │ │ │ mouse_press_event(eevveenntt:: <>) → None_[_s_o_u_r_c_e_]_ │ │ │ │ + iidd==''114400338811220022444422449966''>>) → None_[_s_o_u_r_c_e_]_ │ │ │ │ Forward mouse press events to standard methods │ │ │ │ Parameters: │ │ │ │ eevveenntt – The qtevent instance │ │ │ │ pprrooppeerrttyy mouse_press_event_func:: CCaallllaabbllee[[[[iinntt,, iinntt,, iinntt]],, NNoonnee]]_ │ │ │ │ Get or set the mouse_press callable │ │ │ │ Type: │ │ │ │ callable │ │ │ │ mouse_release_event(eevveenntt:: <>) → None_[_s_o_u_r_c_e_]_ │ │ │ │ + iidd==''114400338811220022444422449966''>>) → None_[_s_o_u_r_c_e_]_ │ │ │ │ Forward mouse release events to standard methods │ │ │ │ Parameters: │ │ │ │ eevveenntt – The qtevent instance │ │ │ │ pprrooppeerrttyy mouse_release_event_func:: CCaallllaabbllee[[[[iinntt,, iinntt,, iinntt]],, NNoonnee]]_ │ │ │ │ Get or set the mouse_release callable │ │ │ │ Type: │ │ │ │ callable │ │ │ │ @@ -2197,15 +2197,15 @@ │ │ │ │ The current mouse button states. │ │ │ │ window.mouse_buttons.left │ │ │ │ window.mouse_buttons.right │ │ │ │ window.mouse_buttons.middle │ │ │ │ Type: │ │ │ │ MouseButtonStates │ │ │ │ mouse_wheel_event(eevveenntt:: <>) → None_[_s_o_u_r_c_e_]_ │ │ │ │ + iidd==''114400338811220022444422449966''>>) → None_[_s_o_u_r_c_e_]_ │ │ │ │ Forward mouse wheel events to standard metods. │ │ │ │ From Qt docs: │ │ │ │ Returns the distance that the wheel is rotated, in eighths of a │ │ │ │ degree. A positive value indicates that the wheel was rotated │ │ │ │ forwards away from the user; a negative value indicates that the │ │ │ │ wheel was rotated backwards toward the user. │ │ │ │ Most mouse types work in steps of 15 degrees, in which case the │ │ │ │ @@ -2277,15 +2277,15 @@ │ │ │ │ match the configured viewport (fixed only) │ │ │ │ set_icon(iiccoonn__ppaatthh:: ssttrr) → None_ │ │ │ │ Sets the window icon to the given path │ │ │ │ Parameters: │ │ │ │ iiccoonn__ppaatthh (ssttrr) – path to the icon │ │ │ │ show() → None_ │ │ │ │ Show the window │ │ │ │ - show_event(eevveenntt:: <>) │ │ │ │ + show_event(eevveenntt:: <>) │ │ │ │ → None_[_s_o_u_r_c_e_]_ │ │ │ │ The standard Qt show event │ │ │ │ pprrooppeerrttyy size:: ttuuppllee[[iinntt,, iinntt]]_ │ │ │ │ current window size. │ │ │ │ This property also support assignment: │ │ │ │ # Resize the window to 1000 x 1000 │ │ │ │ window.size = 1000, 1000 │ │ ├── ./usr/share/doc/python-moderngl-window-doc/html/searchindex.js │ │ │ ├── js-beautify {} │ │ │ │ @@ -4907,16 +4907,16 @@ │ │ │ │ "1": [4, 6, 7, 10, 11, 12, 15, 16, 18, 19, 20, 23, 25], │ │ │ │ "10": [3, 7, 12], │ │ │ │ "100": [6, 7, 15, 18], │ │ │ │ "1000": [6, 7, 18], │ │ │ │ "1080": [0, 4, 7], │ │ │ │ "120": 6, │ │ │ │ "1280": [7, 20], │ │ │ │ - "140480031926528": 6, │ │ │ │ - "140480035125104": 6, │ │ │ │ + "140381202442496": 6, │ │ │ │ + "140381205706608": 6, │ │ │ │ "1415": 7, │ │ │ │ "15": 6, │ │ │ │ "16": [0, 3, 6, 7, 10, 12, 20], │ │ │ │ "1920": [0, 4, 7], │ │ │ │ "1920x1080": 13, │ │ │ │ "2": [2, 6, 7, 10, 11, 12, 16, 18, 23], │ │ │ │ "20": 7,