-
Notifications
You must be signed in to change notification settings - Fork 0
Internal Variables
This page covers a bunch of barely documented variables, meant for me to keep track of things. You don't need to look at this, unless you plan to make your own changes.
Priority. Stores all of the windows, with their lists.
List. Stores the currently active window.
List. Stores the color schemes.
Instance ID. Stores the global manager's ID.
List pointer. What element is currently being interacted with.
Boolean. Whether or not the click event deactivates all of the windows.
Boolean. Whether or not to clear the IO, if a window is selected.
Font. Which font to use in the text.
Which theme to use for inactive windows by default.
Color list. Normal theme.
Color list. Inverted theme.
Color list. Inactive theme.
String. The window's title.
Bitmask. The window's style.
Integer. Window's position X and Y.
Surface. Existing surface to apply to window. Resizes window to fit surface.
Integers. Overrides surface.
List. Which color scheme to utilize as the default.
Returned window ID.