Well that should certainly be doable.
I uploaded it to RapidShare here: [
rapidshare.com]
It is not finished yet, and this doesn't include any scripts to show you how to do things. Although it has some dated documentation that explains how it works, but doesn't explicitly document the falcon stuff I added.
You need to write scripts like this:
debug = falcon.x+','+falcon.y+','+falcon.z+','+falcon.button1
Mouse.x = MapRange(Falcon.x, -2 inches,2 inches, 0, 1)
Mouse.y = MapRange(Falcon.y, 2 inches,-2 inches, 0, 1)
Mouse.LeftButton = Falcon.button1
Mouse.RightButton = Falcon.button2
key.Enter = Falcon.button3
if falcon.button4 then
falcon.TotalForceY = 1 Newton
else
falcon.TotalForceY = 0
end if