Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I handle multiple mouse inputs in Java?

Tags:

java

mouse

hci

A friend of mine asked me to implement a blue and a red pointer to represent the inputs of two separate mice to expedite a mixing desk scenario for real time audio mixing. I'd love to, but as much as I think it is a great idea, I don't have a clue as to where to start looking for a possible solution.

Where should I start researching a viable method of implementing dual mouse inputs?

like image 354
Ande Turner Avatar asked Nov 04 '08 15:11

Ande Turner


1 Answers

Look at jinput.

I have had multiple keyboards working with it, I am nearly certain it supports multiple mice too.

like image 104
Paul Whelan Avatar answered Nov 15 '22 22:11

Paul Whelan