mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-23 20:50:59 -05:00
LLVM compile fixes
Updated to new Ghoul commit
This commit is contained in:
@@ -52,9 +52,9 @@ enum class JoystickAction : uint8_t {
|
||||
*/
|
||||
struct JoystickInputState {
|
||||
/// The maximum number of supported axes
|
||||
static const int MaxAxes = 8;
|
||||
static constexpr const int MaxAxes = 8;
|
||||
/// The maximum number of supported buttons
|
||||
static const int MaxButtons = 32;
|
||||
static constexpr const int MaxButtons = 32;
|
||||
|
||||
/// Marks whether this joystick is connected. If this value is \c false, all other
|
||||
/// members of this struct are undefined
|
||||
|
||||
Reference in New Issue
Block a user