Jetson Inference
DNN Vision Library
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules

HID input devices including gamepad controllers, joysticks, and keyboard. More...

Classes

class  InputDevices
 Input device manager. More...
 
class  JoystickDevice
 Joystick device. More...
 
class  KeyboardDevice
 Keyboard device. More...
 

Typedefs

typedef std::vector< std::pair< std::string, std::string > > DeviceList
 Typedef of device <path, name> pairs. More...
 

Detailed Description

HID input devices including gamepad controllers, joysticks, and keyboard.

Typedef Documentation

◆ DeviceList

typedef std::vector< std::pair<std::string, std::string> > DeviceList

Typedef of device <path, name> pairs.