05-01-2007, 07:18 PM
Hi,
I currently have some applications functions in a drawing program that I only want to work when I press a key down and turned off when the key is lifted. (This way, I don't have to go back and forth to a menu to keep on switching back to neutral). Left clicking is messing this up, even though I need mouse movement to be captured to guide the specific application function.
I have it working just fine unless a mouse click is depressed before the key is lifted.
Is there anyway this can be done with BlockInput2 (or is this a feature for BockInput3?)
Thanks again,
Stuart
I currently have some applications functions in a drawing program that I only want to work when I press a key down and turned off when the key is lifted. (This way, I don't have to go back and forth to a menu to keep on switching back to neutral). Left clicking is messing this up, even though I need mouse movement to be captured to guide the specific application function.
I have it working just fine unless a mouse click is depressed before the key is lifted.
Is there anyway this can be done with BlockInput2 (or is this a feature for BockInput3?)
Thanks again,
Stuart