niki wrote:
> On 26.12.2012 19:48, Tim Roberts wrote:
>>
>> That's not possible.  All HID devices (mice and keyboards) feed into the
>> system's central input process.  They will all affect the cursor.  Think
>> about it for a moment -- how would you tell the system which mouse
>> device you wanted?
> IMHO this should be possible as e.g. "trine 2" game has configuration 
> for using several (mouse + keyboard)

They are installing custom drivers, as I suggested in my response. 
There is no way to do it from any standard API, including DirectInput. 
There used to be an open source driver called "CPNMouse" that could do
this, but their SourceForge page no longer responds.

You can give the "Windows MultiPoint Mouse SDK" a shot:    
http://www.microsoft.com/multipoint/mouse-sdk/

-- 
Tim Roberts, t...@probo.com
Providenza & Boekelheide, Inc.

_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to