mouse events??

BlitzMax Forums/MaxGUI Module/mouse events??

slenkar(Posted 2008) [#1]
How do you get mouse events like x,y mousehit

when I use maxgui they always return zero


TomToad(Posted 2008) [#2]
You need to create a panel with the PANEL_ACTIVE flag set.


SebHoll(Posted 2008) [#3]
...or you can use the new SetGadgetSensitivity() command.


slenkar(Posted 2008) [#4]
oh yeah thanks