This commit is contained in:
minjaesong
2026-04-16 02:05:21 +09:00
parent 1208690c4f
commit 2ac084acd7
7 changed files with 367 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
/**
* WinTex — TUI window management and renderer
* @author CuriousTorvald
*/
class WindowObject {
constructor(x, y, w, h, inputProcessor, drawContents, title, drawFrame) {