mouse events??

BlitzMax Forums/BlitzMax GUI Programming/mouse events??

How do you get mouse events like x,y mousehit

when I use maxgui they always return zero

You need to create a panel with the PANEL_ACTIVE flag set.

...or you can use the new SetGadgetSensitivity() command.

oh yeah thanks