devicetype_e 70 gui/fb/InputDevice.h bool init(devicetype_e type);
devicetype_e 71 gui/fb/InputDevice.h bool init(devicetype_e type, size_t size);
devicetype_e 72 gui/fb/InputDevice.h bool init(devicetype_e type, const std::string &filespec);
devicetype_e 73 gui/fb/InputDevice.h bool init(devicetype_e type, const std::string &filespec, size_t size);
devicetype_e 79 gui/fb/InputDevice.h InputDevice::devicetype_e getType() const { return _type; };
devicetype_e 87 gui/fb/InputDevice.h devicetype_e _type;
devicetype_e 58 gui/fb/MouseDevice.cpp InputDevice::devicetype_e type;
devicetype_e 282 gui/fb/TouchDevice.cpp InputDevice::devicetype_e type;