Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/plat-mac/Carbon/
DEvents.py4 mouseDown = 1 variable
14 mDownMask = 1 << mouseDown
/external/python/cpython2/Demo/tkinter/matt/
Drubber-line-demo-1.py18 def mouseDown(self, event): member in Test
45 Widget.bind(self.canvasObject, "<Button-1>", self.mouseDown)
Dcanvas-moving-w-mouse.py9 def mouseDown(self, event): member in Test
46 Widget.bind(self.draw, "<1>", self.mouseDown)
Dcanvas-gridding.py23 def mouseDown(self, event): member in Test
55 Widget.bind(self.canvasObject, "<Button-1>", self.mouseDown)
Dprinting-coords-of-items.py9 def mouseDown(self, event): member in Test
52 Widget.bind(self.draw, "<1>", self.mouseDown)
Drubber-band-box-demo-1.py18 def mouseDown(self, event): member in Test
51 Widget.bind(self.canvasObject, "<Button-1>", self.mouseDown)
Dcanvas-moving-or-creating.py10 def mouseDown(self, event): member in Test
53 Widget.bind(self.draw, "<1>", self.mouseDown)
Dcanvas-mult-item-sel.py12 def mouseDown(self, event): member in Test
53 Widget.bind(self.draw, "<1>", self.mouseDown)
/external/skqp/docs/
DcatalogTrailer.txt5 var mouseDown = false
211 onmousedown="mouseDown = true"
212 onmouseup="mouseDown = false"
/external/python/cpython2/Mac/Demo/quicktime/
DVerySimplePlayer.py68 if what == Events.mouseDown:
/external/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()
/external/pdfium/testing/resources/javascript/xfa_specific/
Dxfa_subform_expected.txt25 Alert: PASS: my_doc.execEvent('mouseDown') = undefined
Dxfa_subform.in47 expect("my_doc.execEvent('mouseDown')", undefined);
/external/python/cpython2/Lib/plat-mac/
DMiniAEFrame.py90 elif what == mouseDown:
/external/skia/site/docs/user/modules/
Dcanvaskit.md563 let mouseDown = false;
793 } else if (mouseDown) {
794 mouseDown = false;
807 } else if (mouseDown) {
820 mouseDown = true;
/external/skqp/tools/sk_app/mac/
DWindow_mac.mm282 - (void)mouseDown:(NSEvent *)event {
/external/pdfium/xfa/fxfa/parser/
Dattribute_values.inc178 VALUE____(0x9f693b21u, "mouseDown", MouseDown)
/external/skia/tools/sk_app/mac/
DWindow_mac.mm404 - (void)mouseDown:(NSEvent *)event {
/external/angle/util/osx/
DOSXWindow.mm487 - (void)mouseDown:(NSEvent *)event