6 lines
79 B
C++
6 lines
79 B
C++
|
|
#include "IHID.hpp"
|
||
|
|
|
||
|
|
eHIDType IHID::getType() {
|
||
|
|
return HID_TYPE_UNKNOWN;
|
||
|
|
}
|