feat: spreadsheet cell resizing

This commit is contained in:
2026-03-06 16:46:15 +01:00
parent 02573c2fd0
commit 9d72d979b2
15 changed files with 194 additions and 5 deletions
+4
View File
@@ -65,6 +65,10 @@ namespace Montauk {
return (r == 0) ? outVa : 0;
}
static int Sys_WinSetCursor(int windowId, int cursor) {
return WinServer::SetCursor(windowId, Sched::GetCurrentPid(), cursor);
}
static int Sys_WinSetScale(int scale) {
return WinServer::SetScale(scale);
}