Joysticks
Moderator: Moderators
- Blue_Falcon
- Posts: 155
- Joined: 16 Oct 2008, 18:54
Joysticks
Sorry if this is in the wrong section, but I didn't see a more suitable one...
Are the joyup and joydown events launched by movement of the Y axis of the joystick, and joyleft and joyright by the X axis? Or is neither implemented yet?
Thanks in advance,
Blue Falcon
Are the joyup and joydown events launched by movement of the Y axis of the joystick, and joyleft and joyright by the X axis? Or is neither implemented yet?
Thanks in advance,
Blue Falcon
Re: Joysticks
hi,
I don't know if the joystick engine was implemented or not, but you can use EventGhost to map the events to key presses.
I don't know if the joystick engine was implemented or not, but you can use EventGhost to map the events to key presses.
- Blue_Falcon
- Posts: 155
- Joined: 16 Oct 2008, 18:54
Re: Joysticks
There definitely are events (see uikeys.txt) but what triggers them?
joyup, joydown, joyleft, joyright
joyup, joydown, joyleft, joyright
- CarRepairer
- Cursed Zero-K Developer
- Posts: 3359
- Joined: 07 Nov 2007, 21:48
Re: Joysticks
Use joy2key to map your joystick actions to key presses and choose the keypresses according to uikeys.txt.
-
- Spring Developer
- Posts: 1254
- Joined: 24 Jun 2007, 08:34
Re: Joysticks
Commit newsfeed wrote:enable optional use of joystick
- CarRepairer
- Cursed Zero-K Developer
- Posts: 3359
- Joined: 07 Nov 2007, 21:48
Re: Joysticks
Ah I didn't know about that.
- Blue_Falcon
- Posts: 155
- Joined: 16 Oct 2008, 18:54
Re: Joysticks
OK thanks for the help :)
EDIT: Where do I enable it? Can't find it in SpringSettings.
EDIT: Where do I enable it? Can't find it in SpringSettings.
-
- Spring Developer
- Posts: 1254
- Joined: 24 Jun 2007, 08:34
Re: Joysticks
It was intruduced right now, you need to wait for next release.Blue_Falcon wrote:OK thanks for the help :)
EDIT: Where do I enable it? Can't find it in SpringSettings.
- Blue_Falcon
- Posts: 155
- Joined: 16 Oct 2008, 18:54
Re: Joysticks
Oh, OK. Thanks.
(Any idea when that will be?)
(Any idea when that will be?)
Re: Joysticks
You can use the latest testbuld from here: http://buildbot.eat-peet.net/spring/
but you will probably have to wait until tomorrow, to have the feature in.
but you will probably have to wait until tomorrow, to have the feature in.
- Blue_Falcon
- Posts: 155
- Joined: 16 Oct 2008, 18:54
Re: Joysticks
No, I mean the next release (one that will also be uploaded in the ubuntu repo)
-
- Spring Developer
- Posts: 1254
- Joined: 24 Jun 2007, 08:34