list context menu

This commit is contained in:
visionmercer 2026-06-08 12:08:22 +02:00
commit d6bdadb75f
2 changed files with 145 additions and 5 deletions

View file

@ -164,6 +164,7 @@ function link(x,y,label as string)
if _mousex>x and _mousey>y and _mousex<x+w and _mousey<y+16 then
drawlink x,y,label,1
if mouseclicked then link=-1
if rmouseclicked then link=-2
else
drawlink x,y,label,0
end if