Window
A class that represents a floating on-screen window that the user can drag and interact with.
In most cases an instance of this class has to be passed to WindowManager before anything can be done with it.
Constructors
Functions
Properties
Link copied to clipboard
Whether the window is in the full screen mode. Modifying this property triggers onFullScreen.
Link copied to clipboard
Whether this window is collapsed. Modifying this property triggers onToggle.