Window#
- class pixel_forge.Window(name: str)#
Platform-agnostic window abstraction.
Windows can be used as a capture target for the
Captureclass.- property name: str#
The window name.
- property valid: bool#
True if the window is still valid (i.e., open), else False.