Hi friends,
i want to use 4 mouse in blender game scene,
in 1 mouse situation; i can control an object but more i cant do it
how can i do it, please help
The OS natively support 4 mouse ?
i will not use 4 mouse for movement,
i need to identify 4 scroll wheel roll up and down with middle click to objects for schollwork.
How can i identify more devices?
windows sees two mouses.
I connected two mouse to my PC then they were seen at the windows device section.
How blender sees more devices, i dont know?
As far as I know MS Windows treats multiple pointing devices as one. This means you get one system mouse cursor and you can use anyone to control it. From application perspective it is one logical mouse. This belongs to all applications including Blender.
I know there was a driver back in the Win 95 days that was supposed to enable two system mouse cursors. I never got it working.
i don’t want to use as pointing devide, only i need 4 scrool wheels.
is it possiple with python scripts.
Mouse devices are pointing devices. Touch pads and track balls are pointing devices as well.
Your best bet is to use joysticks. They have much more input channels and you can have more than one including signals with lower granularity (rather than True/False).
That doesn’t matter. Just like the pointing function, from a logical perspective all the scroll wheels are combined into one. An application can’t distinguish the input between them unless you have special drivers.
i found this http://www.microsoft.com/multipoint/mouse-sdk/showcase.aspx
i am researching and trying
