Re: [pygame] Closing issue 211 with big-endian CPU test

2015-10-21 Thread Jake b
Or /r/pygame -- Jake

Re: [pygame] Closing issue 211 with big-endian CPU test

2015-10-21 Thread Michael Lutinsky
I’m half tempted to take you up on the offer just for the challenge of it, but my time isn’t so free either. Would it be a good idea to post this request on the pygame.org site where others could find it? There must be someone who’d be happy to do this. ~ Michael > Lenard committed changes

Re: [pygame] Steam Controller

2015-10-21 Thread Jake b
Have you tried the controller using SDL2? On Wed, Oct 21, 2015 at 6:21 PM, Bartosz Debski wrote: > Hi All, > > I know this is quite fresh but if anyone wonders do Steam Controller works > with PyGame? > Well answer is a NO at the moment. I have tested it on Win and on Linux. > Results are the sa

Re: [pygame] Steam Controller

2015-10-21 Thread Tom Rothamel
It works for me on both Windows and Linux, although it seems to work a lot better under Windows. It only works when steam is running, and really only works when steam launches your game. Steam does let you add shortcuts to non-Steam games, and when you launch through the shortcut, the controller wo

[pygame] Steam Controller

2015-10-21 Thread Bartosz Debski
Hi All, I know this is quite fresh but if anyone wonders do Steam Controller works with PyGame? Well answer is a NO at the moment. I have tested it on Win and on Linux. Results are the same. >>> import pygame >>> pygame.init() (6, 0) >>> pygame.joystick.init() >>> pygame.joystick.get_count()