Dragging! & basic proportional box resize frm cursor distance to box pos

Still need to add resize via 'pulling' to stretch the box out from a side or 2 sides diagonally.

Also some general clenaup of code
This commit is contained in:
2024-03-08 03:34:21 -05:00
parent 90478bec94
commit 191d5076ea
15 changed files with 278 additions and 79 deletions

View File

@ -20,11 +20,11 @@
],
"odin_command": "C:/projects/SectrPrototype/thirdparty/Odin/odin.exe",
"enable_document_symbols": true,
"enable_fake_methods": true,
"enable_fake_methods": false,
"enable_format": false,
"enable_hover": true,
"enable_semantic_tokens": true,
"enable_snippets": true,
"enable_references": true,
"enable_semantic_tokens": false,
"enable_snippets": false,
"enable_references": false,
"thread_pool_count": 10
}