I would like to write a program that will determine whether the mouse is being moved by a human or by a different process calling the User32 SendInput function. I thought that perhaps it would be possible to use dll injection to detect when SendInput is called, but I don't have any experience with this - is this possible?
Many thanks.
You can use a low level mouse hook and check the
LLMHF_INJECTED
flag.