| View previous topic :: View next topic |
| Author |
Message |
mech_supernova
Joined: 01 Jul 2008 Posts: 7
Digg It |
Posted: Wed Jul 02, 2008 2:27 am Post subject: |
|
|
| thats no big deal, all I got is time lol I can make this Command unit think its a mouse can you tell me how to set up a 2nd mouse? |
|
| Back to top |
|
 |
Wreyth

Joined: 03 Nov 2007 Posts: 75
Digg It |
Posted: Wed Jul 02, 2008 2:34 am Post subject: |
|
|
| now that i don't know without doing it first myself..... problem is i can count the programs in the world that support 2 mice in 1 hand that i know of and to my knowledge windows isn't 1 of them but certain windows programs such as microsoft w.p.f does i can see if i can find something on the net about setting up a 2nd fake mouse |
|
| Back to top |
|
 |
mech_supernova
Joined: 01 Jul 2008 Posts: 7
Digg It |
Posted: Wed Jul 02, 2008 3:23 am Post subject: |
|
|
This setup is real close cursor 1 works as it should but cursor 2 moves both cursors. The mouseparty setup I had control of cursors 2 and 3 and they worked indipendant of each other but I dident have controle of the real cursor and there was a 4th setting idel, is there a way to modify the mouseparty script to hide the original and cursor #4? that would be perfect.
Cursor.PosX = MapRange(Mouse.directInputX, -480 mickeys,480 mickeys, -1280,2639)
Cursor.PosY = MapRange(Mouse.directInputy, -480 mickeys,480 mickeys, -768,1127)
Cursor2.PosX = MapRange(Mouse2.directInputX, -480 mickeys,480 mickeys, -1280,2639)
Cursor2.PosY = MapRange(Mouse2.directInputy, -480 mickeys,480 mickeys, -768,1127) |
|
| Back to top |
|
 |
Wreyth

Joined: 03 Nov 2007 Posts: 75
Digg It |
Posted: Wed Jul 02, 2008 3:36 am Post subject: |
|
|
ok without trying it out right off the bat try
cursor1.x =
cursor1.y =
and
cursor2.x =
cursor2.y =
and see if that helps any at all...
man if i had your controller i could probly write something up real quick that works but alas i don't |
|
| Back to top |
|
 |
Wreyth

Joined: 03 Nov 2007 Posts: 75
Digg It |
Posted: Wed Jul 02, 2008 3:40 am Post subject: |
|
|
| hye i jsut thought of something.... i just took a good look at your controller and i'm wondering are you using the hat switch / joystick to control the 2nd mouse cursor..... if so i think i can come up with something based off of ppjoy for you |
|
| Back to top |
|
 |
mech_supernova
Joined: 01 Jul 2008 Posts: 7
Digg It |
Posted: Wed Jul 02, 2008 3:54 am Post subject: |
|
|
that code dosent work:-( yep thats the switch im using, I was able to take cursor 4 off the mouseparty script know of any way to hide cursor 1 thats the only problem it has.
thanks for all your help I really do appriciate it |
|
| Back to top |
|
 |
mech_supernova
Joined: 01 Jul 2008 Posts: 7
Digg It |
Posted: Wed Jul 02, 2008 4:00 am Post subject: |
|
|
ok, I got it working exacly like I want I unpluged the comand unit now its took the place of cursor 1 insted of 3 then I took the cursor 3 off so now its all working at 100%
Thanks |
|
| Back to top |
|
 |
|