Merge branch 'stable' into 'master'

This commit is contained in:
Scott Mansell
2015-07-13 12:40:38 +12:00
3 changed files with 19 additions and 3 deletions

View File

@ -52,6 +52,7 @@ private:
public:
std::string GetName() const override;
ForceFeedback(u16 type, libevdev* dev) : m_type(type), m_id(-1) { m_fd = libevdev_get_fd(dev); }
~ForceFeedback();
void SetState(ControlState state) override;
private:
const u16 m_type;