Creates a new window.
Changes the cursor position.
Closes the window.
Processes the window cycle.
Sends a key input through memory.
Sends a mouse input through memory.
Shows the window.
Gets a boolean determining whether the cursor is visible or not.
Sets a boolean determining whether the cursor is visible or not.
Gets the fps of the window.
Sets the fps of the window.
Gets or sets a boolean determining whether the window is hidden or not.
Gets a boolean determining whether the window is open or not.
Gets the parent window.
Gets the title of the window.
Sets the title of the window.
Components for event handling
Gets a boolean determining whether the container is disabled or not.
Sets a boolean determining whether the container is disabled or not.
Adds a component to the container.
Adds an array of components to the container.
Removes a component from the container.
Removes a component from the container.
Clears the component for children.
Clears the components for a specific layer.
Processes the container during application cycles.
A window component.