mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-21 10:49:12 +00:00
better generic HID differentiation; smash udev working
This commit is contained in:
@@ -1,9 +1,20 @@
|
||||
#ifndef CGENERICPAD_HPP
|
||||
#define CGENERICPAD_HPP
|
||||
|
||||
#include "CDeviceBase.hpp"
|
||||
|
||||
namespace boo
|
||||
{
|
||||
|
||||
class CGenericPad final : public CDeviceBase
|
||||
{
|
||||
public:
|
||||
CGenericPad(CDeviceToken* token);
|
||||
~CGenericPad();
|
||||
|
||||
void deviceDisconnected();
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // CGENERICPAD_HPP
|
||||
|
||||
Reference in New Issue
Block a user