HomeSort by relevance Sort by last modified time
    Searched defs:mouse (Results 1 - 13 of 13) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_dibevents.c 331 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.y)
    [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/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/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-pc-bios/bochs/
bochs.h 446 bx_bool mouse; member in struct:__anon14079
  /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
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/ip32/
mace.h 251 struct mace_ps2port mouse; member in struct:mace_ps2
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/ip32/
mace.h 251 struct mace_ps2port mouse; member in struct:mace_ps2
  /external/webkit/Source/WebCore/bridge/
npapi.h 666 } mouse; member in union:_NPCocoaEvent::__anon17709
  /external/webkit/Source/WebKit/android/plugins/
android_npapi.h 979 } mouse; member in union:ANPEvent::__anon17934
    [all...]
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 389 milliseconds