Home
last modified time | relevance | path

Searched refs:OnMouseButtonEvent (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dconnection_observer.h48 virtual Result<void> OnMouseButtonEvent(int button, bool down) = 0;
Ddata_channels.cpp129 CF_EXPECT(observer()->OnMouseButtonEvent(button, down)); in OnMessageInner()
/device/google/cuttlefish/host/frontend/webrtc/
Dconnection_observer.cpp97 Result<void> OnMouseButtonEvent(int button, bool down) override { in OnMouseButtonEvent() function in cuttlefish::ConnectionObserverImpl