Well, i'm happy to announce you that i did it. You hoped it and now you have it. It took me a long time to make it with the best of mine.
Enjoy it and i hope it will be the plugin of the year lol
Enjoy it and i hope it will be the plugin of the year lol
Mensajes Thu 07 Apr 05 @ 9:23 pm
Thanks djcel good work one more time.
My PC is a bit slow but I'll test.
djcel for Ultra-VIP ... djcel for Ultra-VIP ... djcel for Ultra-VIP !!! Hiphiphip Houraaaa!!!
My PC is a bit slow but I'll test.
djcel for Ultra-VIP ... djcel for Ultra-VIP ... djcel for Ultra-VIP !!! Hiphiphip Houraaaa!!!
Mensajes Fri 08 Apr 05 @ 9:23 am
@Kaleo
I need your help once again ;-)
virtual HRESULT __stdcall OnMouseDown(int x,int y,int button)
I guess button is the left and right buttons of the mouse but how does it work? I see you use the right button in the plugin TK Filter V2
I need your help once again ;-)
virtual HRESULT __stdcall OnMouseDown(int x,int y,int button)
I guess button is the left and right buttons of the mouse but how does it work? I see you use the right button in the plugin TK Filter V2
Mensajes Fri 08 Apr 05 @ 4:20 pm
The fonction is called when you hit a button (OnMouseUp when you release it).
Button 0 is the left button and button 1 the right one.
Width,Height integer must by the size of your plugin window(read only) and the x,y couple of "OnMouseDown(int x,int y,..." correspond to the position of your mouse in this window.
I hope this will help you.
Button 0 is the left button and button 1 the right one.
Width,Height integer must by the size of your plugin window(read only) and the x,y couple of "OnMouseDown(int x,int y,..." correspond to the position of your mouse in this window.
I hope this will help you.
Mensajes Fri 08 Apr 05 @ 8:03 pm
Thank you very much. Just wanted to know 0 et 1 ;-)
Mensajes Fri 08 Apr 05 @ 8:20 pm
I noticed a graphic bug when my plugin use all the memory so you need to start Virtual DJ again. I would try to correct that
Mensajes Mon 11 Apr 05 @ 6:00 pm