Android-cuttlefish cvd tool
|
Public Attributes | |
std::map< std::string, TouchDevice > | multitouch_devices |
std::map< std::string, TouchDevice > | touch_devices |
std::optional< KeyboardDevice > | keyboard |
std::optional< SwitchesDevice > | switches |
std::optional< RotaryDevice > | rotary |
std::optional< MouseDevice > | mouse |
std::optional< GamepadDevice > | gamepad |
std::optional<GamepadDevice> cuttlefish::InputDevices::gamepad |
std::optional<KeyboardDevice> cuttlefish::InputDevices::keyboard |
std::optional<MouseDevice> cuttlefish::InputDevices::mouse |
std::map<std::string, TouchDevice> cuttlefish::InputDevices::multitouch_devices |
std::optional<RotaryDevice> cuttlefish::InputDevices::rotary |
std::optional<SwitchesDevice> cuttlefish::InputDevices::switches |
std::map<std::string, TouchDevice> cuttlefish::InputDevices::touch_devices |