|
Android-cuttlefish cvd tool
|
#include <input_devices.h>


Public Member Functions | |
| GamepadDevice (InputConnection conn) | |
| Result< void > | SendKeyEvent (int code, bool down) |
| Result< void > | SendMotionEvent (int code, int value) |
Public Member Functions inherited from cuttlefish::InputDevice | |
| InputDevice (InputConnection conn) | |
| virtual | ~InputDevice ()=default |
Additional Inherited Members | |
Protected Member Functions inherited from cuttlefish::InputDevice | |
| Result< void > | WriteEvents (const EventBuffer &buffer) |
|
inline |
| Result< void > cuttlefish::GamepadDevice::SendKeyEvent | ( | int | code, |
| bool | down | ||
| ) |
| Result< void > cuttlefish::GamepadDevice::SendMotionEvent | ( | int | code, |
| int | value | ||
| ) |