WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   Two mice (mouses)? (https://forum.worldviz.com/showthread.php?t=1393)

damxam 03-11-2008 07:32 PM

Two mice (mouses)?
 
Hey all,
I'm thinking about creating an app that uses input from two mice instead of just the one.

Is it possible to receive input from two mice separately so I can do useful things with it? Or possible to hack it in?

Cheers,
Max

farshizzo 03-12-2008 03:57 PM

Vizard does not have builtin support for multiple mice. Windows can read data from multiple mice using their raw input API. You could write a Python C extension that uses this API and returns the mouse positions to your script.

damxam 03-12-2008 04:22 PM

Hey Farsh, thanks for the reply. That's what I feared =p

I suppose I'll play around a bit and see if it's reasonably simple or devilishly hard.


All times are GMT -7. The time now is 08:01 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC