[MaxGUI] double click?

BlitzMax Forums/BlitzMax Programming/[MaxGUI] double click?

Im wondering if theres a way to tell if the user double clicked or right clicked a listbox item? I need to be able to distinguish the two.

You guys probably have some nice hacks to get around that ;)

Thank you :D

It's possible with latest Syncmod update!

EVENT_GADGETSELECT, EVENT_GADGETACTION, EVENT_GADGETMENU

OMG REALLY!

THANK YOU!! i never wouldve figured it out if you didnt tell me

time to figure this out!!!

EDIT: EVENT_GADGETMENU doesnt seem to work... but the others do