[go-nuts] Re: windows gamepad access

2016-06-23 Thread rbirac
On Tuesday, June 21, 2016 at 9:36:56 PM UTC-7, rbi...@cox.net wrote: > > Hi all, > I'm just getting started with Go and, for various reasons, want to run > under Windows 10. I need to read a gamepad (x360) which is read by a > Windows hid driver. I can't find any posts here or elsewhere

[go-nuts] Re: windows gamepad access

2016-06-22 Thread leewitek
I have written a library that will do what you want, https://github.com/simulatedsimian/joystick On Wednesday, 22 June 2016 05:36:56 UTC+1, rbi...@cox.net wrote: > > Hi all, > I'm just getting started with Go and, for various reasons, want to run > under Windows 10. I need to read a game

[go-nuts] Re: windows gamepad access

2016-06-22 Thread Egon
On Wednesday, 22 June 2016 07:36:56 UTC+3, rbi...@cox.net wrote: > > Hi all, > I'm just getting started with Go and, for various reasons, want to run > under Windows 10. I need to read a gamepad (x360) which is read by a > Windows hid driver. I can't find any posts here or elsewhere that g