Online Chapter on using Multiple Mice

Dear All,

I’ve just put a new chapter online describing how to use multiple mice with the help of JInput. One of the examples is a simple multitouch simulation.

You can find the chapter and code at:
http://fivedots.coe.psu.ac.th/~ad/jg/nui09/

Comments are appreciated.

  • Andrew

Looks good.

Did you consider looking at the Event based API in JInput rather than the old one?, you still need to poll, but now you get a list of the changes since the last poll, means you don’t have to store the ‘old’ values to compare too.

The javadoc hasn’t been updated since 2007 because, although implementations have been added and changed, the API itself has not.

HTH

Endolf