How can I disable mouse click event system wide using C#?
Posted
by
mazzzzz
on Stack Overflow
See other posts from Stack Overflow
or by mazzzzz
Published on 2010-12-24T06:28:17Z
Indexed on
2010/12/24
6:54 UTC
Read the original article
Hit count: 252
Hey guys, I have a laptop with a very sensitive touch pad, and wanted to code a small program that could block the mouse input when I was typing a paper or something.
I didn't think it would be hard to do, considering everything I've seen on low-level hooks, but I was wrong (astounding, right?).
I looked at a few examples, but the examples I've seen either block both keyboard and mouse, or just hide the mouse.
Any help with this would be great.
© Stack Overflow or respective owner