Edit history, like a true winner, start of redraw logic.

This commit is contained in:
visionmercer 2026-05-12 10:17:52 +02:00
commit 9e5db80b0a
2 changed files with 169 additions and 153 deletions

View file

@ -8,7 +8,7 @@ function textinput$ (x as integer,y as integer,w as integer,h as integer,__text
end if
drawtextinput x,y,w,h,__text,1
if not mouseclicked then exit function
text=""
'text=""
cursor=len(text)+1
dim relativeX as integer
do