On Linux, I can access my joystick with the following path: /dev/input/js0

Is there a similar way I can access my joystick on Windows?

link|improve this question

62% accept rate
1  
It might help to say exactly what you need to do. Windows and linux handle devices very differently – Journeyman Geek May 28 '10 at 7:19
feedback

2 Answers

It might be accessible under the \\?\Device\ tree, check with WinObj. However, not all Windows APIs are able to access "files" under \\.\ and \\?\, so this won't help much.

link|improve this answer
feedback

AutoHotkey can access the joystick which you can use to trigger keyboard shortcuts and macros etc.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.