14 #ifndef LINUXINPUTDEVICEMANAGER_H 15 #define LINUXINPUTDEVICEMANAGER_H 19 #ifdef PHAVE_LINUX_INPUT_H 27 LinuxInputDeviceManager();
28 ~LinuxInputDeviceManager();
30 InputDevice *consider_add_evdev_device(
size_t index);
34 bool has_virtual_device(
unsigned short vendor_id,
unsigned short product_id)
const;
46 #endif // PHAVE_LINUX_INPUT_H
This is our own Panda specialization on the default STL vector.