Searched refs:SendMoveEvent (Results 1 – 3 of 3) sorted by relevance
91 Result<void> SendMoveEvent(int x, int y);
134 Result<void> MouseDevice::SendMoveEvent(int x, int y) { in SendMoveEvent() function in cuttlefish::MouseDevice
83 CF_EXPECT(input_devices_.mouse->SendMoveEvent(x, y)); in SendMouseMoveEvent()