Mouse + keyboard
Hello, I'm currently working on a project that includes binding certain mouse movement to certain keyboard keys. What I need is a background process, that detects when the mouse is moving left and right. If left > keypress A, if right >keypress D.
What I'm having trouble is with the background process and the way to bind the mouse movement to the keypresses.
I'm fairly new to c# and thats why I'm asking for help. Please do provide any ideas you have. Thanks.