From 93d92ddb0dccde0c7c7d42a5db32cec5c89c6de1 Mon Sep 17 00:00:00 2001 From: LaurentGom Date: Wed, 3 Nov 2010 16:45:44 +0000 Subject: [PATCH] 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 --- include/SFML/Window/Event.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SFML/Window/Event.hpp b/include/SFML/Window/Event.hpp index 24707402..9a66e637 100644 --- a/include/SFML/Window/Event.hpp +++ b/include/SFML/Window/Event.hpp @@ -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 }; }