/device/google/cuttlefish/host/frontend/webrtc/html_client/js/ |
D | mouse.js | 25 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
|
D | controls.js | 230 function addMouseListeners(button, listener) { argument
|
D | cf_webrtc.js | 287 sendMouseButton({button, down}) { argument 290 button: button, property
|
/device/google/cuttlefish/shared/foldable/ |
D | config_foldable.json | 13 "button":{ object 26 "button":{ object 39 "button":{ object
|
/device/google/cuttlefish/host/cvd_test_configs/end_to_end_test/single/ |
D | TC_foldable.json | 15 "button": { object 28 "button": { object 41 "button": { object
|
/device/google/cuttlefish/host/libs/config/ |
D | custom_actions.h | 45 ControlPanelButton button; member 55 ControlPanelButton button; member
|
D | custom_actions.cpp | 134 for (const auto& button : custom_action.buttons) { in ToJson() local
|
/device/google/cuttlefish/host/example_custom_actions/ |
D | custom_action_config.json | 4 "button":{ object
|
/device/google/cuttlefish/host/frontend/webrtc/ |
D | main.cpp | 409 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
|
D | connection_observer.cpp | 97 Result<void> OnMouseButtonEvent(int button, bool down) override { in OnMouseButtonEvent()
|
/device/google/cuttlefish/host/cvd_test_configs/mvp_features/vm/custom_actions/ |
D | TC1.json | 15 "button": { object
|
/device/google/cuttlefish/host/libs/confui/ |
D | host_virtual_input.cc | 67 Result<void> HostVirtualInputEventSink::SendMouseButtonEvent(int button, in SendMouseButtonEvent()
|
/device/google/cuttlefish/host/frontend/webrtc/libdevice/ |
D | streamer.cpp | 350 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
|
D | data_channels.cpp | 126 int32_t button = CF_EXPECT(get_int("button")); in OnMessageInner() local
|
/device/google/cuttlefish/host/libs/input_connector/ |
D | input_devices.cpp | 142 Result<void> MouseDevice::SendButtonEvent(int button, bool down) { in SendButtonEvent()
|
D | input_connector.cpp | 87 Result<void> EventSinkImpl::SendMouseButtonEvent(int button, bool down) { in SendMouseButtonEvent()
|