Right click on button
Kaz-Kawashima opened this issue · 2 comments
Kaz-Kawashima commented
simonkrauter commented
I think this should work like this:
button.onMouseButtonDown = proc (event: MouseEvent) =
if event.button == MouseButton_Right:
echo "right click"
Kaz-Kawashima commented