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


Public Member Functions | |
| MouseDevice (InputConnection conn) | |
| Result< void > | SendMoveEvent (int x, int y) |
| Result< void > | SendButtonEvent (int button, bool down) |
| Result< void > | SendWheelEvent (int pixels) |
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::MouseDevice::SendButtonEvent | ( | int | button, |
| bool | down | ||
| ) |
| Result< void > cuttlefish::MouseDevice::SendMoveEvent | ( | int | x, |
| int | y | ||
| ) |
| Result< void > cuttlefish::MouseDevice::SendWheelEvent | ( | int | pixels | ) |