Namespace PainterConfig
Holds all the configuration for the paint application.
Defined in: config.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Field Attributes | Field Name and Description |
---|---|
<static> |
PainterConfig.keys
Keyboard shortcuts associated to drawing tools and other actions.
|
<static> |
PainterConfig.mousekeys_accel
The mouse keys movement acceleration.
|
<static> |
PainterConfig.tool_default
The default tool ID.
|
Field Detail
<static>
{Object}
PainterConfig.keys
Keyboard shortcuts associated to drawing tools and other actions.
- See:
- PaintTools The object holding all the drawing tools.
<static>
{Number}
PainterConfig.mousekeys_accel
The mouse keys movement acceleration.
- See:
- PaintMouseKeys The MouseKeys extension.
<static>
{String}
PainterConfig.tool_default
The default tool ID.
- See:
- PaintTools The object holding all the drawing tools.