summaryrefslogtreecommitdiff
path: root/src/SFML/Window/JoystickManager.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/SFML/Window/JoystickManager.hpp')
-rw-r--r--src/SFML/Window/JoystickManager.hpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/SFML/Window/JoystickManager.hpp b/src/SFML/Window/JoystickManager.hpp
index 08692cd..a593266 100644
--- a/src/SFML/Window/JoystickManager.hpp
+++ b/src/SFML/Window/JoystickManager.hpp
@@ -1,7 +1,7 @@
////////////////////////////////////////////////////////////
//
// SFML - Simple and Fast Multimedia Library
-// Copyright (C) 2007-2018 Laurent Gomila (laurent@sfml-dev.org)
+// Copyright (C) 2007-2023 Laurent Gomila (laurent@sfml-dev.org)
//
// This software is provided 'as-is', without any express or implied warranty.
// In no event will the authors be held liable for any damages arising from the use of this software.
@@ -109,16 +109,16 @@ private:
////////////////////////////////////////////////////////////
struct Item
{
- JoystickImpl joystick; ///< Joystick implementation
- JoystickState state; ///< The current joystick state
- JoystickCaps capabilities; ///< The joystick capabilities
- Joystick::Identification identification; ///< The joystick identification
+ JoystickImpl joystick; //!< Joystick implementation
+ JoystickState state; //!< The current joystick state
+ JoystickCaps capabilities; //!< The joystick capabilities
+ Joystick::Identification identification; //!< The joystick identification
};
////////////////////////////////////////////////////////////
// Member data
////////////////////////////////////////////////////////////
- Item m_joysticks[Joystick::Count]; ///< Joysticks information and state
+ Item m_joysticks[Joystick::Count]; //!< Joysticks information and state
};
} // namespace priv