Home
last modified time | relevance | path

Searched refs:mouseDown (Results 1 – 19 of 19) sorted by relevance

/third_party/flutter/skia/experimental/editor/
Deditor_application.cpp159 bool mouseDown = InputState::kDown == state; in onMouse() local
160 if (mouseDown) { in onMouse()
165 bool shiftOrDrag = skstd::Any(modifiers & ModifierKey::kShift) || !mouseDown; in onMouse()
/third_party/skia/modules/skplaintexteditor/app/
Deditor_application.cpp178 bool mouseDown = skui::InputState::kDown == state; in onMouse() local
179 if (mouseDown) { in onMouse()
184 bool shiftOrDrag = sknonstd::Any(modifiers & skui::ModifierKey::kShift) || !mouseDown; in onMouse()
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/
DSDL_cocoawindow.h84 -(void) mouseDown:(NSEvent *) theEvent;
DSDL_cocoawindow.m822 - (void)mouseDown:(NSEvent *)theEvent
868 [self mouseDown:theEvent];
873 [self mouseDown:theEvent];
/third_party/skia/site/docs/user/modules/
Dcanvaskit.md529 let mouseDown = false;
759 } else if (mouseDown) {
760 mouseDown = false;
773 } else if (mouseDown) {
786 mouseDown = true;
/third_party/flutter/flutter/packages/flutter/test/gestures/
Dlong_press_test.dart457 const PointerDownEvent mouseDown = PointerDownEvent(
478 mouseLongPress.addPointer(mouseDown);
481 tester.route(mouseDown);
Ddrag_test.dart575 final PointerDownEvent mouseDown = mousePointer.down(const Offset(10.0, 10.0));
576 drag.addPointer(mouseDown);
582 tester.route(mouseDown);
/third_party/flutter/skia/third_party/externals/imgui/examples/example_apple_metal/Shared/
DViewController.mm72 - (void)mouseDown:(NSEvent *)event {
/third_party/gstreamer/gstplugins_good/sys/osxvideo/
Dcocoawindow.m808 - (void)mouseDown:(NSEvent *) event; function
811 [super mouseDown: event];
/third_party/flutter/engine/flutter/shell/platform/darwin/macos/framework/Source/
DFlutterViewController.mm332 // events (e.g., drag out and back in, release, then click; mouseDown: will be called before
516 - (void)mouseDown:(NSEvent*)event {
/third_party/flutter/skia/tools/sk_app/mac/
DWindow_mac.mm344 - (void)mouseDown:(NSEvent *)event {
/third_party/flutter/skia/third_party/externals/imgui/examples/example_apple_opengl2/
Dmain.mm151 -(void)mouseDown:(NSEvent *)event { ImGui_ImplOSX_HandleEvent(event, self); }
/third_party/skia/third_party/externals/imgui/examples/example_apple_opengl2/
Dmain.mm163 -(void)mouseDown:(NSEvent *)event { ImGui_ImplOSX_HandleEvent(event, self); }
/third_party/skia/tools/sk_app/mac/
DWindow_mac.mm409 - (void)mouseDown:(NSEvent *)event {
/third_party/skia/third_party/externals/imgui/examples/example_apple_metal/
Dmain.mm228 -(void)mouseDown:(NSEvent *)event { ImGui_ImplOSX_HandleEvent(event, self.view); }
/third_party/flutter/skia/third_party/externals/angle2/util/osx/
DOSXWindow.mm487 - (void)mouseDown:(NSEvent *)event
/third_party/skia/third_party/externals/angle2/util/osx/
DOSXWindow.mm487 - (void)mouseDown:(NSEvent *)event
/third_party/flutter/glfw/src/
Dcocoa_window.m414 - (void)mouseDown:(NSEvent *)event
/third_party/cef/tests/cefclient/browser/
Dbrowser_window_osr_mac.mm195 - (void)mouseDown:(NSEvent*)event {