Merge pull request #562 from CheezeCake/master
Fixed compile errors on FreeBSD
This commit is contained in:
commit
83fd76c40b
@ -320,7 +320,7 @@ JoystickCaps JoystickImpl::getCapabilities() const
|
|||||||
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
Identifcation JoystickImpl::getIdentification() const
|
Joystick::Identification JoystickImpl::getIdentification() const
|
||||||
{
|
{
|
||||||
return m_identification;
|
return m_identification;
|
||||||
}
|
}
|
||||||
|
@ -97,7 +97,7 @@ public :
|
|||||||
/// \return Joystick identification
|
/// \return Joystick identification
|
||||||
///
|
///
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
Identification getIdentification() const;
|
Joystick::Identification getIdentification() const;
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
/// \brief Update the joystick and get its new state
|
/// \brief Update the joystick and get its new state
|
||||||
@ -119,7 +119,7 @@ private :
|
|||||||
|
|
||||||
void *m_buffer; ///< USB HID buffer
|
void *m_buffer; ///< USB HID buffer
|
||||||
int m_length; ///< Buffer length
|
int m_length; ///< Buffer length
|
||||||
Identification m_identificaion; ///< Joystick identification
|
Joystick::Identification m_identification; ///< Joystick identification
|
||||||
|
|
||||||
JoystickState m_state; ///< Current state of the joystick
|
JoystickState m_state; ///< Current state of the joystick
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user