Structs§
- Canvas
- A Canvas is an object on which you can draw. Only the main Canvas is displayed (returned by Window::init()).
- Line
Style - A struct containing every line option.
Enums§
- LineCap
- An enum representing a lineCap mode. You may want to use LineStyle for a complete set of options.
- Line
Join - An enum representing the lineJoin mode. You may want to use LineStyle for a complete set of options.