HomeSort by relevance Sort by last modified time
    Searched full:mouse (Results 276 - 300 of 481) sorted by null

<<11121314151617181920

  /external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
SDL_sysvideo.cc 319 /* Update the current mouse state and position */
  /external/qemu/hw/
goldfish_events_device.c 341 * of the range that are registered for mouse/trackball/joystick
  /external/qemu/
qemu-options.hx 331 @item mouse
332 Virtual Mouse. This will override the PS/2 mouse emulation when activated.
336 means qemu is able to report the mouse position without having to grab the
337 mouse. Also overrides the PS/2 mouse emulation when activated.
431 "-alt-grab use Ctrl-Alt-Shift to grab mouse (instead of Ctrl-Alt)\n")
436 Use Ctrl-Alt-Shift to grab mouse (instead of Ctrl-Alt).
    [all...]
  /external/webkit/WebCore/page/
Chrome.cpp 353 // Next priority is a toolTip from a URL beneath the mouse (if preference is set to show those).
  /external/webkit/WebCore/rendering/
RenderSVGRoot.cpp 294 // Spec: Only graphical elements can be targeted by the mouse, so we don't check self here.
MediaControlElements.cpp 614 // Left button is 0. Rejects mouse events not from left button.
659 // Left button is 0. Rejects mouse events not from left button.
RenderListBox.cpp 412 // We need to check if the current mouse position is out of the window. When the mouse is out of the window, the position is incoherent
  /external/webkit/WebKit/chromium/public/
WebInputEvent.h 113 // modifiers for mouse events:
  /external/webkit/WebKit/chromium/src/
ContextMenuClientImpl.cpp 138 // response to user input (Mouse event WM_RBUTTONDOWN,
WebInputEventConversion.cpp 198 return; // Skip all other mouse events.
  /frameworks/base/awt/java/awt/
Cursor.java 38 * The Cursor class represents the bitmap of the mouse cursor.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
EditableDialogCellEditor.java 111 // use a key listener and a mouse listener to know when selection changes
  /external/bluetooth/glib/docs/reference/gobject/
tut_gsignal.xml 176 For example, in GTK+, every user event (keystroke or mouse move) is received
297 emissions in an application to be able to emit the small mouse click sound.
  /external/quake/quake/src/QW/client/
gl_vidlinuxglx.c 300 /* move the mouse to the window center again */
754 // add mouse X/Y movement to cmd
gl_vidnt.c 679 // handle the mouse state when windowed if that's changed
1059 // this is complicated because Win32 seems to pack multiple mouse events into
1083 // JACK: This is the mouse wheel with the Intellimouse
    [all...]
  /external/quake/quake/src/QW/scitech/include/
mgraph.h 457 /* Event message masks for mouse events */
482 #define EVT_MOUSEDOWN 0x0008 /* Mouse down event */
483 #define EVT_MOUSEUP 0x0010 /* Mouse up event */
484 #define EVT_MOUSEMOVE 0x0020 /* Mouse movement event */
688 /* Mouse cursor structure */
864 m_int where_x; /* Mouse location */
    [all...]
  /external/quake/quake/src/WinQuake/
host.cpp 885 #ifndef _WIN32 // on non win32, mouse comes before video for security reasons
911 #ifdef _WIN32 // on non win32, mouse comes before video for security reasons
gl_vidnt.cpp 679 // handle the mouse state when windowed if that's changed
1059 // this is complicated because Win32 seems to pack multiple mouse events into
1083 // JACK: This is the mouse wheel with the Intellimouse
    [all...]
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
MGRAPH.H 457 /* Event message masks for mouse events */
482 #define EVT_MOUSEDOWN 0x0008 /* Mouse down event */
483 #define EVT_MOUSEUP 0x0010 /* Mouse up event */
484 #define EVT_MOUSEMOVE 0x0020 /* Mouse movement event */
688 /* Mouse cursor structure */
864 m_int where_x; /* Mouse location */
    [all...]
  /external/webkit/WebKit/mac/WebView/
WebUIDelegate.h 426 @abstract Update the window's feedback for mousing over links to reflect a new item the mouse is over
429 @param elementInformation Dictionary that describes the element that the mouse is over, or nil.
WebViewPrivate.h 129 // from displaying feedback about mouse position. Each WebDocumentView class that displays feedback
130 // about mouse position should honor this setting.
WebHTMLView.mm     [all...]
  /external/webkit/WebKitTools/DumpRenderTree/mac/
EventSendingController.mm 64 NSMutableArray *savedMouseEvents; // mouse events sent between mouseDown and mouseUp are stored here, and then executed at once.
384 // FIXME: Silly hack to teach DRT to respect capturing mouse events outside the WebView.
  /frameworks/base/awt/java/awt/font/
TextLayout.java 867 * point (between two characters) is corresponds to a hit (such as a mouse
883 * point (between two characters) is corresponds to a hit (such as a mouse
  /external/kernel-headers/original/linux/
hil.h 222 #define HIL_IDD_DID_REL_MOUSE_MASK 0xfc /* Mouse */

Completed in 202 milliseconds

<<11121314151617181920