mouse events??
BlitzMax Forums/MaxGUI Module/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 |