feat: color picker
This commit is contained in:
@@ -9,9 +9,13 @@
|
||||
typedef enum VektorAppTool { VektorLineTool } VektorAppTool;
|
||||
|
||||
typedef struct VektorAppState {
|
||||
VektorWidgetState* widgetState;
|
||||
|
||||
VektorAppTool selectedTool;
|
||||
VektorShape* selectedShape;
|
||||
|
||||
VektorColor currentColor;
|
||||
|
||||
// Logic space
|
||||
VektorShapeBuffer* shapeBuffer;
|
||||
// View space
|
||||
|
||||
Reference in New Issue
Block a user