Wrecked Games

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're just that awesome.

Author Topic: Multiple mice  (Read 583 times)

vk239

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 1
    • View Profile
Multiple mice
« on: May 12, 2010, 12:03:34 PM »

i'm in a situation where I have multiple mice connected, but when my program runs I want only one mouse to be active and the inputs from remaining mice ignored. can something like this be achieved?
Logged

pjcast

  • Administrator
  • Veteran
  • *****
  • Karma: +0/-0
  • Posts: 2653
    • View Profile
    • http://www.wreckedgames.com
Re: Multiple mice
« Reply #1 on: May 16, 2010, 09:15:03 AM »

Using RawInput directly you could do this. There is a lib which exists solely for this reason (multimouse? multimice? or rawmouse.. something like that).

This is such and uncommon setup to have on a PC, OIS has no support for this.
Logged

yan007

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 1
    • View Profile
Re: Multiple mice
« Reply #2 on: June 21, 2010, 02:30:49 AM »

Hi,

I read OIS uses directInput and this will not be supported from directX10,

so my question is if OIS will be updated to use Raw Input or XInput API for example ?

this would maybe allow the usage of two mouse devices which I need for my application ..
There are alternatives for OIS to do that but it would be better if everyone could use OIS for this!

Y.
Logged