Merge pull request #3236 from Hinsbart/xinput_define_

define XUSER_MAX_COUNT if not present
This commit is contained in:
punto- 2016-01-04 21:24:55 -03:00
commit 4ab6271f1a

View file

@ -44,6 +44,9 @@ if(x != NULL) \
}
#endif
#ifndef XUSER_MAX_COUNT
#define XUSER_MAX_COUNT 4
#endif
class joystick_windows
{