Android-cuttlefish cvd tool
Public Attributes | List of all members
cuttlefish::InputDevices Struct Reference

Public Attributes

std::map< std::string, TouchDevicemultitouch_devices
 
std::map< std::string, TouchDevicetouch_devices
 
std::optional< KeyboardDevicekeyboard
 
std::optional< SwitchesDeviceswitches
 
std::optional< RotaryDevicerotary
 
std::optional< MouseDevicemouse
 
std::optional< GamepadDevicegamepad
 

Member Data Documentation

◆ gamepad

std::optional<GamepadDevice> cuttlefish::InputDevices::gamepad

◆ keyboard

std::optional<KeyboardDevice> cuttlefish::InputDevices::keyboard

◆ mouse

std::optional<MouseDevice> cuttlefish::InputDevices::mouse

◆ multitouch_devices

std::map<std::string, TouchDevice> cuttlefish::InputDevices::multitouch_devices

◆ rotary

std::optional<RotaryDevice> cuttlefish::InputDevices::rotary

◆ switches

std::optional<SwitchesDevice> cuttlefish::InputDevices::switches

◆ touch_devices

std::map<std::string, TouchDevice> cuttlefish::InputDevices::touch_devices

The documentation for this struct was generated from the following file: