Configuration

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard

If the cursor is hidden in what way should it be hidden?

Link copied to clipboard

Should debug mode be used?

Link copied to clipboard

The display on which to create the window. All currently detected Displays can be found in the displays list inside ApplicationBuilder. Defaults to null which means to use your primary monitor.

Link copied to clipboard

Should the window be made fullscreen?

Link copied to clipboard
var height: Int

The preferred window height

Link copied to clipboard

Should the cursor be hidden?

Link copied to clipboard

Should window decorations be hidden?

Link copied to clipboard
Link copied to clipboard

The maximum window height

Link copied to clipboard

The maximum window width

Link copied to clipboard

The minimum window height

Link copied to clipboard

The minimum window width

Link copied to clipboard

Should the window render target use multisampling?

Link copied to clipboard

The window position. The window will be placed in the center of the primary screen when set to null

Link copied to clipboard

Should the window be made visible before calling setup?

Link copied to clipboard

The window title

Link copied to clipboard
Link copied to clipboard

The window and drawing behaviour on window unfocus

Link copied to clipboard

Should the program wait for vertical retrace?

Link copied to clipboard
var width: Int

The preferred window width

Link copied to clipboard

Should the window be always on top (floating)

Link copied to clipboard

Should the created window be resizable?

Link copied to clipboard

Should the window icon be set to the openrndr pink icon?

Link copied to clipboard

Should the window be transparent