I´m trying to receive data from a mouse without it depending on cursor position, as I´d like the normal computer´s mouse to work separately (the other mouse will be used as a sensor for a different purpose).
I need two computer mice, one operating as the computer´s mouse, and the other as a separate sensor.
In order to do this, I have tried to "turn" one of the mice into a joystick via PPJOY, and then reading it over proControll. However, it seems PPJOY is uncapable of telling which mouse is which, so I´m back to where I started.
What should I try next?
1. Does anyone know of a proggie capable of turning only ONE of the connected mice into joystick?
2. What other kind of proggie might help me fool the computer into not reconizing the second mouse as a mouse but as something different?
3. What other method might help me receive separate data from the mice?
I have very (VERY) limited knowledge about Processing and programming in general, and I'm trying to use data from a USB mouse without this mouse altering the pointer's position. I will the mouse's data use for a different purpose, and I do not want it to interfere with the actual pointer.
1. How do I receive ANY USB data over Processing?
2. How can I prevent that mouse from altering the cursor's position? I thought about disabling the device directly from the Control Panel, but will this keep data from getting to Processing?
I've been using Processing for a short time and it is actually among my first approaches to programming, so please don't give me a very complex answer. Off course, this doesn't mean I'm retarded and won't understand anything at all.