I need to detect a middle mouse click (or more helpfully, middle mouse down, and middle mouse up) outside of the application window, when the window does not have focus... is there some way to do this in MMF2?
Printable View
I need to detect a middle mouse click (or more helpfully, middle mouse down, and middle mouse up) outside of the application window, when the window does not have focus... is there some way to do this in MMF2?
No.
Maybe "Key object" can do that...
Yes it can :) I didn't realse it could .
I make it play a sample on mouse click but the volume goes quiet when the window doesn't have focus. (wav sample)
Never say "no" to MMF :)
Cheers guys, the Key object worked perfectly for me. I now have a small tray utility working for my dad to do various functions like zoom pages when he uses the middle button and scroll wheel, neat! :D
Check "Play samples even if out of the frame". :)Quote:
Originally Posted by DJFuego