[MaxGUI] another stupid question...

BlitzMax Forums/BlitzMax Beginners Area/[MaxGUI] another stupid question...

degac(Posted 2005) [#1]
Sorry but I'm too stupid!

I need to intercept the following events: MOUSEDOWN+MOUSEMOVE to drag in a window a panel

I must use a panel because they send a EVENT_MOUSEDOWN and EVENT_MOUSEMOVE but when I intercept the first event (EVENT_MOUSEDOWN) I get only the coords of the first event: how I can obtain the new coords? There is a method to get the mouse coords in a window?
Thanks in advance


Scott Shaver(Posted 2005) [#2]
this is a guess. get all of the MOUSEMOVE events until you get a MOUSEUP event. There should really be a MOUSEDRAGGED event.