MainSystem

Main system that manage drawing

Constructors

this
this(BaseSystemCallbacks callbacks)

Creates a new main system

Members

Functions

finalizeInit
void finalizeInit()

Finialize the initalization of the programm

quit
void quit()

Quit the application

Properties

currentColor
ColorRGBA currentColor [@property getter]

Getter for the current color

currentColor
ColorRGBA currentColor [@property setter]

Setter for the current color

currentSize
float currentSize [@property getter]

Getter for the current brush size

currentSize
float currentSize [@property setter]

Setter for the current brush size

Meta