Page 1 of 1

How to block original function of mouse button?

Posted: 03 Sep 2013, 15:30
by flyguy
hello,

I have Left Mouse Button programmed to send keystroke e.

When I press left button, it left-clicks first, then sends e.

How can I stop the left click and only send e ?


thank you.

Re: How to block original function of mouse button?

Posted: 04 Sep 2013, 02:17
by admin
It can happen as blocking mouse events is quite tricky.
Better use joystick/gamepad button.

Re: How to block original function of mouse button?

Posted: 04 Sep 2013, 14:19
by flyguy
unfortunately I don't have game pads/joysticks :(

so I cannot block the original function and just use the keystroke?

I need to send 'e', not 'left click' then 'e'.

Thank you again ...