Home
last modified time | relevance | path

Searched defs:button_state (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Ddata_channels.cpp200 auto button_state = evt["button_state"].asString(); in OnMessageInner() local
/device/google/cuttlefish/host/frontend/webrtc/
Dconnection_observer.cpp172 const std::string &button_state) override { in OnCustomActionButton()
/device/google/cuttlefish/host/frontend/webrtc/html_client/js/
Dapp.js975 button_state: e.type == 'mousedown' ? 'down' : 'up', property