Search found 2 matches

by Wufnir
Wed Aug 20, 2008 3:03 pm
Forum: Windows Discussion Forum
Topic: Driver Alternative to use your 3D device in what you want Ap
Replies: 13
Views: 33340

It's not possible to modify message... Value for SpaceBall vary between -40 to +40. I test it with : if (SpaceBall.Pitch <> 0) then DebugPrint("Pitch = " + SpaceBall.Pitch) ; if (SpaceBall.yaw <> 0) then DebugPrint("Yaw = " + SpaceBall.yaw) ; if (SpaceBall.roll <> 0) then DebugPr...
by Wufnir
Wed Aug 20, 2008 12:51 pm
Forum: Windows Discussion Forum
Topic: Driver Alternative to use your 3D device in what you want Ap
Replies: 13
Views: 33340

Driver Alternative to use your 3D device in what you want Ap

I'm waiting for a driver and actually it's just a dream... Well. Do you know GlovePIE ? Glove Programmable Input Emulator It's here : http://carl.kenner.googlepages.com/glovepie The version 0.30 recognize SpacePilot, SpaceNavigator ... So with a simple script you can use them as Mouse or other. YES,...