Searched defs:mouse (Results 1 - 13 of 13) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/windib/
H A DSDL_dibevents.c331 POINT mouse; local
333 if ( !GetCursorPos(&mouse) && !GetLastStylusPos(&mouse) ) return;
335 if ( !GetCursorPos(&mouse) ) return;
344 mouse.x -= center.x;
345 mouse.y -= center.y;
346 if ( mouse.x || mouse.y ) {
348 posted = SDL_PrivateMouseMotion(0, 1, (Sint16)mouse.x, (Sint16)mouse
[all...]
/external/qemu/
H A Dinput.c228 QDict *mouse; local
231 mouse = qobject_to_qdict(data);
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");
/external/jmonkeyengine/engine/src/core/com/jme3/input/
H A DInputManager.java57 * 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) { argument
132 if (keys == null || mouse == null) {
137 this.mouse = mouse;
142 mouse.setInputListener(this);
627 * Returns whether the mouse cursor is visible or not.
631 * @return whether the mouse curso
[all...]
/external/qemu/hw/
H A Dpckbd.c37 #define KBD_CCMD_MOUSE_DISABLE 0xA7 /* Disable mouse interface */
38 #define KBD_CCMD_MOUSE_ENABLE 0xA8 /* Enable mouse interface */
50 #define KBD_CCMD_WRITE_MOUSE 0xD4 /* Write the following byte to the mouse */
86 #define KBD_MODE_DISABLE_MOUSE 0x20 /* Disable mouse interface */
122 void *mouse; member in struct:KBDState
194 ps2_queue(s->mouse, b);
283 val = ps2_read_data(s->mouse);
326 ps2_write_mouse(s->mouse, val);
380 s->mouse = ps2_mouse_init(kbd_update_aux_irq, s);
383 vmmouse_init(s->mouse);
[all...]
/external/qemu-pc-bios/bochs/
H A Dbochs.h446 bx_bool mouse; member in struct:__anon11272
/external/quake/quake/src/QW/client/
H A Dgl_vidlinux.c134 int matchmouse(int mouse, char *name) argument
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
H A Dgl_vidlinux_svga.c167 int matchmouse(int mouse, char *name) argument
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
H A Dvid_svgalib.c388 int matchmouse(int mouse, char *name) argument
394 return mouse;
863 mousedev = "/dev/mouse";
877 Con_Printf("No mouse found\n");
902 // poll mouse values
942 // poll mouse values
963 // add mouse X/Y movement to cmd
/external/quake/quake/src/WinQuake/
H A Dgl_vidlinux.cpp138 int matchmouse(int mouse, char *name) argument
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
H A Dvid_svgalib.cpp387 int matchmouse(int mouse, char *name) argument
393 return mouse;
850 mousedev = "/dev/mouse";
864 Con_Printf("No mouse found\n");
889 // poll mouse values
929 // poll mouse values
950 // add mouse X/Y movement to cmd
/external/kernel-headers/original/asm-mips/ip32/
H A Dmace.h246 struct mace_ps2port mouse; member in struct:mace_ps2
/external/webkit/Source/WebCore/bridge/
H A Dnpapi.h666 } mouse; member in union:_NPCocoaEvent::__anon14528
/external/webkit/Source/WebKit/android/plugins/
H A Dandroid_npapi.h831 the plugin then no mouse event is generated). The kKey_ANPEventFlag has
979 } mouse; member in union:ANPEvent::__anon14753

Completed in 258 milliseconds