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

1 2 3 4 5 6 7 891011>>

  /external/skia/include/animator/
SkAnimator.h 148 Pass a mouse click event along with the mouse coordinates to
150 and other mouse events.
151 @param state The mouse state, described by SkView::Click::State : values are
153 @param x The x-position of the mouse
154 @param y The y-position of the mouse
  /frameworks/base/awt/java/awt/
MenuComponent.java 172 * Pop-up box for menu. It transfers the paint events, keyboard and mouse
186 * mouse and keyboard // when sub-menu drops down due to keyboard navigation
519 * Mouse events handler.
524 * mouse location.
526 * mouse button that was pressed or released.
736 * Handle the mouse click or Enter key event on a menu's item.
AWTEvent.java 66 * The Constant MOUSE_EVENT_MASK indicates the event relates to the mouse.
72 * mouse motion.
134 * mouse wheel.
589 * Convert mouse event.
602 // in Event modifiers mean button number for mouse events:
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11events.c 320 /* Note: The X server buffers and accumulates mouse motion events, so
338 printf("Warped mouse motion: %d,%d\n", deltax, deltay);
353 printf("Extra mouse motion: %d,%d\n", deltax, deltay);
376 printf("Lost mouse motion: %d,%d\n", xevent->xmotion.x, xevent->xmotion.y);
381 printf("Warning: didn't detect mouse warp motion\n");
417 /* Gaining mouse coverage? */
438 /* Losing mouse coverage? */
513 /* Mouse motion? */
539 /* Mouse button press? */
546 /* Mouse button release? *
    [all...]
SDL_x11video.h 91 /* Support for internal mouse warping */
  /external/qemu/distrib/sdl-1.2.12/src/video/maccommon/
SDL_macevents.c 150 /* Check for mouse motion */
285 /* Treat command-click as right mouse button */
358 /* Release the mouse button we simulated in the last press.
361 only a single logical mouse button, even if you have a
362 multi-button mouse, this doesn't matter at all.
  /external/webkit/WebCore/platform/win/
PopupMenuWin.cpp 200 // Steal mouse messages.
215 // These mouse messages use client coordinates so we need to convert them.
899 // When the mouse is not inside the popup menu and the left button isn't down, just
928 // If the mouse is inside the window, update the focused index. Otherwise,
954 // Only hide the popup if the mouse is inside the popup window.
  /external/bluetooth/bluez/compat/
fakehid.c 79 static int uinput_create(char *name, int keyboard, int mouse)
114 if (mouse) {
133 if (mouse) {
fakehid.txt 125 # 3, 4, 5, 6 = ??? (Mouse mode)
  /external/qemu/android/skin/
trackball.c 94 /*** ROTATOR: used to rotate the reference axis when mouse motion happens
198 * If the length of the relative mouse motion is smaller than this
202 * ACC_SCALE is used to scale the relative mouse motion vector into
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzWM.m 111 p.y -= 1.0f; /* Apparently y goes from 1 to h, not from 0 to h-1 (i.e. the "location of the mouse" seems to be defined as "the location of the top left corner of the mouse pointer's hot pixel" */
261 /* Generate the mouse moved event */
  /external/quake/quake/src/QW/client/
menu.c 399 case 5: // mouse speed
441 case 9: // invert mouse
517 M_Print (16, 72, " Mouse Speed");
532 M_Print (16, 104, " Invert Mouse");
554 M_Print (16, 152, " Use Mouse");
660 {"+mlook", "mouse look"},
  /development/pdk/docs/porting/
bluetooth.jd 176 You can interact directly with this plugin using <code>dbus-send</code></span> and <code>dbus-monitor</code>. While not officially supported, you should be able to connect and use a HID keyboard and mouse using the Bluez HID plugin API. Next steps include plumbing the plugin API in the Android Java framework and offering better support for HID input methods (new keymaps and mouse support).<br />
  /external/qemu/distrib/sdl-1.2.12/src/video/aalib/
SDL_aavideo.c 161 /* Enable mouse and keyboard support */
168 fprintf(stderr,"Warning: Unable to initialize AAlib mouse");
SDL_aaevents.c 58 /* Get mouse status */
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_syswm.c 266 must be leaving relative mode, move mouse from
284 moving mouse to center of window ... */
  /external/proguard/src/proguard/gui/splash/
SplashPanel.java 77 // Restart the animation on a mouse click.
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxvideo.h 70 /* Support for internal mouse warping */
  /external/webkit/WebCore/bindings/js/
JSEventTarget.cpp 101 // SVGElementInstance supports both toSVGElementInstance and toNode since so much mouse handling code depends on toNode returning a valid node.
  /external/webkit/WebCore/dom/
Event.cpp 204 // mouse events
Event.h 107 virtual bool isDragEvent() const; // a subset of mouse events
  /external/webkit/WebCore/editing/
SelectionController.h 120 // Used to suspend caret blinking while the mouse is down.
  /external/webkit/WebCore/html/
HTMLButtonElement.cpp 172 // send the mouse button events iff the caller specified sendToAnyElement
  /external/webkit/WebCore/manual-tests/
cursor.html 1 <div>Mouse over the grey blocks to change the cursor.</div>
  /external/webkit/WebCore/manual-tests/inspector/
debugger-watch-expressions.html 57 <li><p>Delete an expression by moving the mouse into the Watch Expression

Completed in 143 milliseconds

1 2 3 4 5 6 7 891011>>