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
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