HomeSort by relevance Sort by last modified time
    Searched refs:mouse (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/webkit/Examples/NetscapeCocoaPlugin/
main.m 273 event->data.mouse.modifierFlags,
274 event->data.mouse.pluginX,
275 event->data.mouse.pluginY,
276 event->data.mouse.buttonNumber,
277 event->data.mouse.clickCount,
278 event->data.mouse.deltaX, event->data.mouse.deltaY, event->data.mouse.deltaZ];
286 if (event->data.mouse.buttonNumber == 1) {
342 // without "drowning" in mouse moved events
    [all...]
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginEventHandlerCocoa.mm 113 event.data.mouse.modifierFlags = [nsEvent modifierFlags];
114 event.data.mouse.buttonNumber = [nsEvent buttonNumber];
115 event.data.mouse.clickCount = clickCount;
116 event.data.mouse.pluginX = point.x;
117 event.data.mouse.pluginY = point.y;
118 event.data.mouse.deltaX = [nsEvent deltaX];
119 event.data.mouse.deltaY = [nsEvent deltaY];
120 event.data.mouse.deltaZ = [nsEvent deltaZ];
  /external/qemu/hw/
pckbd.c 37 #define KBD_CCMD_MOUSE_DISABLE 0xA7 /* Disable mouse interface */
38 #define KBD_CCMD_MOUSE_ENABLE 0xA8 /* Enable mouse interface */
39 #define KBD_CCMD_TEST_MOUSE 0xA9 /* Mouse interface test */
50 #define KBD_CCMD_WRITE_MOUSE 0xD4 /* Write the following byte to the mouse */
76 #define KBD_STAT_MOUSE_OBF 0x20 /* Mouse output buffer full */
82 #define KBD_MODE_MOUSE_INT 0x02 /* Mouse data generate IRQ12 */
86 #define KBD_MODE_DISABLE_MOUSE 0x20 /* Disable mouse interface */
90 /* Mouse Commands */
122 void *mouse; member in struct:KBDState
194 ps2_queue(s->mouse, b)
    [all...]
  /external/qemu/
input.c 228 QDict *mouse; local
231 mouse = qobject_to_qdict(data);
232 monitor_printf(mon, "%c Mouse #%" PRId64 ": %s%s\n",
233 (qdict_get_bool(mouse, "current") ? '*' : ' '),
234 qdict_get_int(mouse, "index"), qdict_get_str(mouse, "name"),
235 qdict_get_bool(mouse, "absolute") ? " (absolute)" : "");
244 monitor_printf(mon, "No mouse devices connected\n");
289 monitor_printf(mon, "No mouse devices connected\n");
302 monitor_printf(mon, "Mouse at given index not found\n")
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/mac/
NetscapePluginMac.mm 169 if (!convertPoint(m_currentMouseEvent->data.mouse.pluginX, m_currentMouseEvent->data.mouse.pluginY, NPCoordinateSpacePlugin, screenX, screenY, NPCoordinateSpaceScreen))
360 // We only want to set the btnState if a mouse button is _not_ down.
373 // Set controlKey if the control key is down or the right mouse button is down.
461 event.data.mouse.modifierFlags = modifierFlags(mouseEvent);
462 event.data.mouse.pluginX = mouseEvent.position().x() - pluginLocation.x();
463 event.data.mouse.pluginY = mouseEvent.position().y() - pluginLocation.y();
464 event.data.mouse.buttonNumber = buttonNumber(mouseEvent.button());
465 event.data.mouse.clickCount = mouseEvent.clickCount();
466 event.data.mouse.deltaX = mouseEvent.deltaX()
    [all...]
  /external/webkit/Source/WebKit/android/plugins/
PluginDebugAndroid.cpp 33 // used for key, mouse, and touch inputs
84 if(evt->data.mouse.action < ARRAY_COUNT(inputActions)) {
85 anp_logPlugin("%p EVENT::MOUSE[%d] time=%d action=%s [%d %d]", npp,
86 returnVal, elapsedTime, inputActions[evt->data.mouse.action],
89 anp_logPlugin("%p EVENT::MOUSE[%d] unknown action", npp, returnVal);
  /external/chromium/chrome/browser/resources/ntp/
drag_drop_controller.js 16 // get's the item that is under the mouse event |e|
32 // The distance, in px, that the mouse must move before initiating a drag.
101 // This can't be a drag & drop event if it's not the left mouse button
102 // or if the mouse is not above an item. We also bail out if the dragging
124 // Initiate the drag if the mouse has moved far enough.
139 // Use the item that the mouse was above when 'mousedown' fired.
184 // First, move the item the same distance the mouse has moved.
  /external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/
main.m 225 CGPoint point = CGPointMake(event->data.mouse.pluginX,
227 obj->window.height - event->data.mouse.pluginY);
250 CGPoint point = CGPointMake(event->data.mouse.pluginX,
252 obj->window.height - event->data.mouse.pluginY);
264 CGPoint point = CGPointMake(event->data.mouse.pluginX,
266 obj->window.height - event->data.mouse.pluginY);
302 double delta = event->data.mouse.deltaY;
  /external/chromium/chrome/browser/resources/net_internals/
resizableverticalsplitview.js 85 * Called once we have clicked into the sizer. Starts capturing the mouse
99 * Called when the mouse has moved after dragging started.
119 * Called once the mouse has been released, and the dragging is over.
  /external/jmonkeyengine/engine/src/core/com/jme3/input/
InputManager.java 48 * received from the Key, Mouse and Joy Input implementations into an
57 * or a mouse axis. A mapping represents a link onto one or several triggers,
87 private final MouseInput mouse; field in class:InputManager
125 * @param mouse
131 public InputManager(MouseInput mouse, KeyInput keys, JoyInput joystick, TouchInput touch) {
132 if (keys == null || mouse == null) {
133 throw new NullPointerException("Mouse or keyboard cannot be null");
137 this.mouse = mouse;
142 mouse.setInputListener(this);
    [all...]
  /external/webkit/LayoutTests/dom/html/level2/html/
body01.js 78 Color of active links (after mouse-button down, but before mouse-button up).
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
body01.js 78 Color of active links (after mouse-button down, but before mouse-button up).
  /external/qemu/distrib/sdl-1.2.12/src/video/dc/
SDL_dcevents.c 31 #include <dc/maple/mouse.h>
  /external/quake/quake/src/QW/client/
gl_vidlinux.c 134 int matchmouse(int mouse, char *name)
140 return mouse;
685 mousedev = "/dev/mouse";
697 Con_Printf("No mouse found\n");
722 // poll mouse values
762 // poll mouse values
783 // add mouse X/Y movement to cmd
gl_vidlinux_svga.c 167 int matchmouse(int mouse, char *name)
173 return mouse;
723 mousedev = "/dev/mouse";
735 Con_Printf("No mouse found\n");
760 // poll mouse values
800 // poll mouse values
821 // add mouse X/Y movement to cmd
  /external/webkit/Examples/NetscapeInputMethodPlugin/
main.m 290 NSPoint point = NSMakePoint(cocoaEvent->data.mouse.pluginX, cocoaEvent->data.mouse.pluginY);
300 NSPoint point = NSMakePoint(cocoaEvent->data.mouse.pluginX, cocoaEvent->data.mouse.pluginY);
  /development/samples/BrowserPlugin/jni/paint/
PaintPlugin.cpp 170 const char* inputText = m_isTouchCurrentInput ? "Touch" : "Mouse";
315 gLogI.log(kError_ANPLogType, "----%p Received unintended mouse event", inst());
317 if (kDown_ANPMouseAction == evt->data.mouse.action) {
318 ANPRectF* rect = validTouch(evt->data.mouse.x, evt->data.mouse.y);
320 paintMouse(evt->data.mouse.x, evt->data.mouse.y);
423 // handle the simple "mouse" paint (draw a point)
  /development/samples/BrowserPlugin/jni/form/
FormPlugin.cpp 242 int x = evt->data.mouse.x;
243 int y = evt->data.mouse.y;
244 if (kDown_ANPMouseAction == evt->data.mouse.action) {
  /development/samples/BrowserPlugin/jni/
main.cpp 380 gLogI.log(kDebug_ANPLogType, "---- %p Mouse action=%d [%d %d]",
381 instance, evt->data.mouse.action, evt->data.mouse.x,
382 evt->data.mouse.y);
  /external/quake/quake/src/WinQuake/
gl_vidlinux.cpp 138 int matchmouse(int mouse, char *name)
144 return mouse;
737 mousedev = "/dev/mouse";
749 Con_Printf("No mouse found\n");
774 // poll mouse values
814 // poll mouse values
835 // add mouse X/Y movement to cmd
  /external/bluetooth/bluez/compat/
fakehid.c 78 static int uinput_create(char *name, int keyboard, int mouse)
113 if (mouse) {
133 if (mouse) {
  /external/webkit/Source/WebCore/plugins/android/
PluginViewAndroid.cpp 279 evt.data.mouse.action = isUp ? kUp_ANPMouseAction : kDown_ANPMouseAction;
283 evt.data.mouse.x = localPos.x();
284 evt.data.mouse.y = localPos.y();
  /bionic/libc/kernel/arch-mips/asm/ip32/
mace.h 251 struct mace_ps2port mouse; member in struct:mace_ps2
  /development/ndk/platforms/android-9/arch-mips/include/asm/ip32/
mace.h 251 struct mace_ps2port mouse; member in struct:mace_ps2
  /external/kernel-headers/original/asm-mips/ip32/
mace.h 235 /* Keyboard & Mouse registers
246 struct mace_ps2port mouse; member in struct:mace_ps2

Completed in 610 milliseconds

1 2 3