Searched refs:mouse (Results 1 - 25 of 123) sorted by relevance

12345

/macosx-10.9.5/Chess-310.5/Sources/
H A DMBCBoardViewMouse.h51 - (MBCPosition) mouseToPosition:(NSPoint)mouse;
H A DMBCBoardViewMouse.mm3 Contains: Handle mouse coordinate transformations
211 - (MBCPosition) mouseToPosition:(NSPoint)mouse
214 fprintf(stderr, "[%.0f,%.0f] ", mouse.x, mouse.y);
215 mouse = [self convertPointToBacking:mouse];
216 MBCUnProjector unproj(mouse.x, mouse.y);
221 - (MBCPosition) mouseToPositionIgnoringY:(NSPoint)mouse
223 mouse
[all...]
/macosx-10.9.5/vim-53/runtime/macros/
H A Dswapmous.vim1 " These macros swap the left and right mouse buttons (for left handed)
2 " Don't forget to do ":set mouse=a" or the mouse won't work at all
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/
H A DIOHIDPointingDevice.cpp355 GenericMouseDescriptor *mouse = (GenericMouseDescriptor *)desc; local
358 (_numButtons != mouse->buttonRptCountNum))
360 mouse->buttonRptCountNum = _numButtons;
361 mouse->buttonUsageMaxNum = _numButtons;
362 mouse->fillCountNum = 8 - _numButtons;
368 convert16to8((unsigned short)-32767, mouse->xyLogMinNum);
369 convert16to8(32767, mouse->xyLogMaxNum);
372 convert16to8(-phys, mouse->xyPhyMinNum);
373 convert16to8(phys, mouse->xyPhyMaxNum);
375 mouse
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dmouse-sel.el0 ;;; mouse-sel.el --- multi-click selection support for Emacs 19
7 ;; Keywords: mouse
28 ;; This module provides multi-click mouse support for GNU Emacs versions
30 ;; clients (eg. xterm) than the default Emacs 19 mouse selection handlers.
33 ;; * Clicking mouse-1 starts (cancels) selection, dragging extends it.
35 ;; * Clicking or dragging mouse-3 extends the selection as well.
45 ;; the kill-ring. Because the mouse handlers set the primary selection
46 ;; directly, mouse-sel sets the variables interprogram-cut-function
49 ;; * Clicking mouse-2 inserts the contents of the primary selection at
50 ;; the mouse positio
[all...]
H A Dmwheel.el1 ;;; mwheel.el --- Wheel mouse support
6 ;; Keywords: mouse
39 ;; (mouse-wheel-mode 1)
46 ;; Setter function for mouse-button user-options. Switch Mouse Wheel
50 (defun mouse-wheel-change-button (var button)
51 (let ((active mouse-wheel-mode))
53 (when active (mouse-wheel-mode -1))
55 (when active (mouse-wheel-mode 1))))
57 (defvar mouse-wheel-down-button 4)
58 (make-obsolete-variable 'mouse
[all...]
H A Dxt-mouse.el1 ;;; xt-mouse.el --- support the mouse when emacs run in an xterm
7 ;; Keywords: mouse, terminals
28 ;; Enable mouse support when running inside an xterm.
33 ;; It works by translating xterm escape codes into generic emacs mouse
34 ;; events so it should work with any package that uses the mouse.
36 ;; You don't have to turn off xterm mode to use the normal xterm mouse
38 ;; when you press the mouse button.
46 (define-key function-key-map "\e[M" 'xterm-mouse-translate)
48 (defvar xterm-mouse
[all...]
H A Davoid.el1 ;;; avoid.el --- make mouse pointer stay out of the way of editing
7 ;; Keywords: mouse
28 ;; For those who are annoyed by the mouse pointer obscuring text,
29 ;; this mode moves the mouse pointer - either just a little out of
31 ;; To use, load or evaluate this file and type M-x mouse-avoidance-mode .
34 ;; (if (display-mouse-p) (mouse-avoidance-mode 'animate))
37 ;; `banish', `exile', `jump', `cat-and-mouse', and `proteus'.
39 ;; See the documentation for function `mouse-avoidance-mode' for
46 ;; (mouse
[all...]
H A Dmouse.el0 ;;; mouse.el --- window system-independent mouse support
7 ;; Keywords: hardware, mouse
29 ;; system access) through the mouse. All this code assumes that mouse
38 ;;; Indent track-mouse like progn.
39 (put 'track-mouse 'lisp-indent-function 0)
41 (defcustom mouse-yank-at-point nil
42 "*If non-nil, mouse yank commands yank at point instead of at click."
44 :group 'mouse)
[all...]
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dixset121 set mouseacc [.mouse.hor.acc.entry get]
122 set mousethr [.mouse.hor.thr.entry get]
154 .mouse.hor.acc.entry delete 0 end
155 .mouse.hor.acc.entry insert 0 $mouseacc
156 .mouse.hor.thr.entry delete 0 end
157 .mouse.hor.thr.entry insert 0 $mousethr
260 labelframe .mouse -text "Mouse Settings" -padx 1.5m -pady 1.5m
262 frame .mouse.hor
263 labelentry .mouse.hor.acc "Acceleration" 5
264 labelentry .mouse
[all...]
H A Dtext.tcl37 2. Scanning. Press mouse button 2 in the text window and drag up or down.
40 3. Insert text. Press mouse button 1 to set the insertion cursor, then
43 4. Select. Press mouse button 1 and drag to select a range of characters.
46 selection nearest the mouse cursor and you can drag that end of the
47 selection by dragging the mouse before releasing the mouse button.
57 click button 2 to copy the selection to the point of the mouse cursor.
/macosx-10.9.5/tcl-102/tk84/tk/library/demos/
H A Dixset125 set mouseacc [.mouse.hor.acc.entry get]
126 set mousethr [.mouse.hor.thr.entry get]
158 .mouse.hor.acc.entry delete 0 end
159 .mouse.hor.acc.entry insert 0 $mouseacc
160 .mouse.hor.thr.entry delete 0 end
161 .mouse.hor.thr.entry insert 0 $mousethr
264 labelframe .mouse -text "Mouse Settings" -padx 1.5m -pady 1.5m
266 frame .mouse.hor
267 labelentry .mouse.hor.acc "Acceleration" 5
268 labelentry .mouse
[all...]
H A Dtext.tcl37 2. Scanning. Press mouse button 2 in the text window and drag up or down.
40 3. Insert text. Press mouse button 1 to set the insertion cursor, then
43 4. Select. Press mouse button 1 and drag to select a range of characters.
46 selection nearest the mouse cursor and you can drag that end of the
47 selection by dragging the mouse before releasing the mouse button.
57 click button 2 to copy the selection to the point of the mouse cursor.
/macosx-10.9.5/WebCore-7537.78.1/plugins/mac/
H A DPluginViewMac.mm432 cocoaEvent.data.mouse.pluginX = event->layerX() - m_npWindow.x + m_windowRect.x() - m_element->offsetLeft();
433 cocoaEvent.data.mouse.pluginY = event->layerY() - m_npWindow.y + m_windowRect.y() - m_element->offsetTop();
434 cocoaEvent.data.mouse.deltaX = [currentEvent deltaX];
435 cocoaEvent.data.mouse.deltaY = [currentEvent deltaY];
436 cocoaEvent.data.mouse.deltaZ = [currentEvent deltaZ];
437 cocoaEvent.data.mouse.modifierFlags = getModifiers(event);
441 cocoaEvent.data.mouse.pluginX, cocoaEvent.data.mouse.pluginY);
505 cocoaEvent.data.mouse.buttonNumber = buttonNumber;
506 cocoaEvent.data.mouse
[all...]
/macosx-10.9.5/WebKit-7537.78.2/mac/Plugins/
H A DWebNetscapePluginEventHandlerCocoa.mm112 event.data.mouse.modifierFlags = [nsEvent modifierFlags];
113 event.data.mouse.buttonNumber = [nsEvent buttonNumber];
114 event.data.mouse.clickCount = clickCount;
115 event.data.mouse.pluginX = point.x;
116 event.data.mouse.pluginY = point.y;
117 event.data.mouse.deltaX = [nsEvent deltaX];
118 event.data.mouse.deltaY = [nsEvent deltaY];
119 event.data.mouse.deltaZ = [nsEvent deltaZ];
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-en/
H A Dpaned1.rb24 The sash between the two coloured windows below can be used to divide the area between them. Use the left mouse button to resize without redrawing by just moving the sash, and use the middle mouse button to resize opaquely (always redrawing the windows in each position.)
H A Dixset211 mouse = TkFrame.new(@root, 'relief'=>'raised', 'borderwidth'=>2)
212 l = TkLabel.new(mouse, 'text'=>'Mouse Settings')
213 f = TkFrame.new(mouse)
272 mouse.pack('side'=>'top', 'fill'=>'both', 'ipady'=>5, 'expand'=>'yes')
H A Dtext.rb73 2. Scanning. Press mouse button 2 in the text window and drag up or down.
76 3. Insert text. Press mouse button 1 to set the insertion cursor, then
79 4. Select. Press mouse button 1 and drag to select a range of characters.
82 selection nearest the mouse cursor and you can drag that end of the
83 selection by dragging the mouse before releasing the mouse button.
93 click button 2 to copy the selection to the point of the mouse cursor.
H A Dpaned2.rb24 The sash between the two scrolled windows below can be used to divide the area between them. Use the left mouse button to resize without redrawing by just moving the sash, and use the middle mouse button to resize opaquely (always redrawing the windows in each position.)
/macosx-10.9.5/ncurses-42/ncurses/misc/
H A Dncurses-config100 --mouse-version)
141 --mouse-version echos the mouse-interface version of ${THIS}
H A Dncurses-config.in100 --mouse-version)
141 --mouse-version echos the mouse-interface version of ${THIS}
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/Netscape/mac/
H A DNetscapePluginMac.mm165 if (!convertPoint(m_currentMouseEvent->data.mouse.pluginX, m_currentMouseEvent->data.mouse.pluginY, NPCoordinateSpacePlugin, screenX, screenY, NPCoordinateSpaceScreen))
420 // We only want to set the btnState if a mouse button is _not_ down.
433 // Set controlKey if the control key is down or the right mouse button is down.
518 event.data.mouse.modifierFlags = modifierFlags(mouseEvent);
519 event.data.mouse.pluginX = eventPositionInPluginCoordinates.x();
520 event.data.mouse.pluginY = eventPositionInPluginCoordinates.y();
521 event.data.mouse.buttonNumber = buttonNumber(mouseEvent.button());
522 event.data.mouse.clickCount = mouseEvent.clickCount();
523 event.data.mouse
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-jp/
H A Dixset211 mouse = TkFrame.new(@root, 'relief'=>'raised', 'borderwidth'=>2)
212 l = TkLabel.new(mouse, 'text'=>'Mouse Settings')
213 f = TkFrame.new(mouse)
272 mouse.pack('side'=>'top', 'fill'=>'both', 'ipady'=>5, 'expand'=>'yes')
/macosx-10.9.5/vim-53/runtime/
H A Dvimrc_example.vim44 " In many terminal emulators the mouse works just fine, thus enable it.
45 if has('mouse')
46 set mouse=a
/macosx-10.9.5/tcl-102/tcl_ext/tktable/tktable/
H A DTODO.txt54 main part of the scrollbar with the mouse. This seems to be
56 the scrollbar immediately jumps back to what the mouse says,

Completed in 211 milliseconds

12345