mirror of
https://github.com/SFML/SFML.git
synced 2024-11-29 06:41:05 +08:00
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:
parent
a1ba993c66
commit
93d92ddb0d
@ -191,7 +191,7 @@ namespace Joy
|
|||||||
|
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
Count = 4, ///< Total number of supported joysticks
|
Count = 8, ///< Total number of supported joysticks
|
||||||
ButtonCount = 32 ///< Total number of supported joystick buttons
|
ButtonCount = 32 ///< Total number of supported joystick buttons
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user