campy.gui.events.window module¶
Interact with the graphics libraries via window events.
There are only two types of window events to which a caller can subscribe:
- WindowClosed: The graphical window was closed.
- WindowResized: The graphical window was resized.
-
class
campy.gui.events.window.
GWindowEvent
(gwindow, x, y, width, height)[source]¶ Bases:
object
-
height
¶
-
width
¶
-
window
¶
-
x
¶
-
y
¶
-