Increased the number of supported joysticks to 8

git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1599 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
LaurentGom 2010-11-03 16:45:44 +00:00
parent a1ba993c66
commit 93d92ddb0d

View File

@ -191,7 +191,7 @@ namespace Joy
enum
{
Count = 4, ///< Total number of supported joysticks
Count = 8, ///< Total number of supported joysticks
ButtonCount = 32 ///< Total number of supported joystick buttons
};
}