new windows types

This commit is contained in:
2026-05-13 20:35:46 +02:00
parent 26f4d2a4ee
commit 2454521f19
9 changed files with 919 additions and 6 deletions

View File

@@ -84,5 +84,9 @@ module BBS
@on_close&.call(self)
:close_window
end
# Called once per Application idle tick (~1s). Override in subclasses that
# need to poll for asynchronous updates (e.g. BBS::Windows::Stream).
def tick(app); end
end
end