DiscoTex / hyper-war

Automatically exported from code.google.com/p/hyper-war
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Look into control of two USB mice/trackballs #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This is related to user control. Must map the correct mouse/trackball to the 
correct side of the screen and track all the movements.

Original issue reported on code.google.com by tbrand...@gmail.com on 30 Jul 2009 at 3:21

GoogleCodeExporter commented 9 years ago

Original comment by d.p.niel...@gmail.com on 30 Jul 2009 at 3:23

GoogleCodeExporter commented 9 years ago
ok I been looking into to multiple mice. Microsoft removed support for using 
multiple mice independently from DirectX in Windows XP. The alternative is to 
use "raw input", or (specifically) "raw mouse" instead of DirectX.

I was coding up something ran into a place I needed help.
(windows app development)

Original comment by d.p.niel...@gmail.com on 2 Aug 2009 at 2:42

GoogleCodeExporter commented 9 years ago

Original comment by d.p.niel...@gmail.com on 5 Aug 2009 at 5:14

GoogleCodeExporter commented 9 years ago

Original comment by d.p.niel...@gmail.com on 5 Aug 2009 at 5:15

GoogleCodeExporter commented 9 years ago
I believe we have our class to handle the two raw input(mouse or trackballs).

Original comment by d.p.niel...@gmail.com on 16 Aug 2009 at 7:07

GoogleCodeExporter commented 9 years ago

Original comment by d.p.niel...@gmail.com on 16 Aug 2009 at 7:09