Mercurial
comparison infinite_canvas/dev_ui.h @ 280:49e9e591c9bb
Add persistent dictation, prewarmed WebRTC speech input, Copilot SDK routing, animated conversation lifecycle controls, parking, and architecture coverage.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Tue, 18 Aug 2026 19:14:53 -0700 |
| parents | b55c22cff335 |
| children | c57149ad216e |
comparison
equal
deleted
inserted
replaced
| 279:b3b547563ec7 | 280:49e9e591c9bb |
|---|---|
| 3 | 3 |
| 4 #include "infinite_canvas/canvas.h" | 4 #include "infinite_canvas/canvas.h" |
| 5 | 5 |
| 6 typedef struct { | 6 typedef struct { |
| 7 int32 selected_type; | 7 int32 selected_type; |
| 8 boolean collapsed; | |
| 8 boolean dropdown_open; | 9 boolean dropdown_open; |
| 9 boolean context_open; | 10 boolean context_open; |
| 10 float context_scroll; | 11 float context_scroll; |
| 11 float context_content_height; | 12 float context_content_height; |
| 12 char context_buffer[CANVAS_CONTEXT_MAX_LENGTH]; | 13 char context_buffer[CANVAS_CONTEXT_MAX_LENGTH]; |