Home
last modified time | relevance | path

Searched defs:button (Results 1 – 16 of 16) sorted by relevance

/device/google/cuttlefish/host/frontend/webrtc/html_client/js/
Dmouse.js25 dc.sendMouseButton({button: evt.button, down: true}); property
30 dc.sendMouseButton({button: evt.button, down: false}); property
37 dc.sendMouseButton({button: evt.button, down: evt.buttons > 0}); property
Dcontrols.js230 function addMouseListeners(button, listener) { argument
Dcf_webrtc.js287 sendMouseButton({button, down}) { argument
290 button: button, property
/device/google/cuttlefish/shared/foldable/
Dconfig_foldable.json13 "button":{ object
26 "button":{ object
39 "button":{ object
/device/google/cuttlefish/host/cvd_test_configs/end_to_end_test/single/
DTC_foldable.json15 "button": { object
28 "button": { object
41 "button": { object
/device/google/cuttlefish/host/libs/config/
Dcustom_actions.h45 ControlPanelButton button; member
55 ControlPanelButton button; member
Dcustom_actions.cpp134 for (const auto& button : custom_action.buttons) { in ToJson() local
/device/google/cuttlefish/host/example_custom_actions/
Dcustom_action_config.json4 "button":{ object
/device/google/cuttlefish/host/frontend/webrtc/
Dmain.cpp409 const auto button = custom_action.button; in CuttlefishMain() local
431 for (const auto& button : custom_action.buttons) { in CuttlefishMain() local
446 const auto button = custom_action.button; in CuttlefishMain() local
Dconnection_observer.cpp97 Result<void> OnMouseButtonEvent(int button, bool down) override { in OnMouseButtonEvent()
/device/google/cuttlefish/host/cvd_test_configs/mvp_features/vm/custom_actions/
DTC1.json15 "button": { object
/device/google/cuttlefish/host/libs/confui/
Dhost_virtual_input.cc67 Result<void> HostVirtualInputEventSink::SendMouseButtonEvent(int button, in SendMouseButtonEvent()
/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dstreamer.cpp350 ControlPanelButtonDescriptor button = { in AddCustomControlPanelButton() local
358 ControlPanelButtonDescriptor button = { in AddCustomControlPanelButtonWithShellCommand() local
368 ControlPanelButtonDescriptor button = { in AddCustomControlPanelButtonWithDeviceStates() local
461 for (const auto& button : custom_control_panel_buttons_) { in OnOpen() local
Ddata_channels.cpp126 int32_t button = CF_EXPECT(get_int("button")); in OnMessageInner() local
/device/google/cuttlefish/host/libs/input_connector/
Dinput_devices.cpp142 Result<void> MouseDevice::SendButtonEvent(int button, bool down) { in SendButtonEvent()
Dinput_connector.cpp87 Result<void> EventSinkImpl::SendMouseButtonEvent(int button, bool down) { in SendMouseButtonEvent()