View Single Post
  #2  
Old 03-12-2008, 03:57 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
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.
Reply With Quote