Textinput added to ui lib

This commit is contained in:
visionmercer 2026-05-01 11:29:53 +02:00
commit 05255b735a
2 changed files with 138 additions and 3 deletions

View file

@ -200,7 +200,7 @@ sub canvas
cls , 0
select case state.tool
case 1 ' Pencil: This is the only tool that writes to Layer 1 IMMEDIATELY[cite: 1]
case 1 ' Pencil: This is the only tool that writes to Layer 1 IMMEDIATELY
_dest layers(1).ihandle
thickline state.startX, state.startY, canX, canY, drawCol
state.startX = canX: state.startY = canY