list context menu
This commit is contained in:
parent
4126beddc2
commit
d6bdadb75f
2 changed files with 145 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue