/external/qemu/distrib/sdl-1.2.12/include/ |
SDL_mouse.h | 120 #define SDL_BUTTON_LEFT 1 125 #define SDL_BUTTON_LMASK SDL_BUTTON(SDL_BUTTON_LEFT)
|
/prebuilt/darwin-x86/sdl/include/SDL/ |
SDL_mouse.h | 120 #define SDL_BUTTON_LEFT 1 125 #define SDL_BUTTON_LMASK SDL_BUTTON(SDL_BUTTON_LEFT)
|
/prebuilt/linux-x86/sdl/include/SDL/ |
SDL_mouse.h | 120 #define SDL_BUTTON_LEFT 1 125 #define SDL_BUTTON_LMASK SDL_BUTTON(SDL_BUTTON_LEFT)
|
/prebuilt/windows/sdl/host/include/SDL/ |
SDL_mouse.h | 124 #define SDL_BUTTON_LEFT 1 129 #define SDL_BUTTON_LMASK SDL_BUTTON(SDL_BUTTON_LEFT)
|
/prebuilt/windows/sdl/include/SDL/ |
SDL_mouse.h | 120 #define SDL_BUTTON_LEFT 1 125 #define SDL_BUTTON_LMASK SDL_BUTTON(SDL_BUTTON_LEFT)
|
/external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/ |
SDL_ataridevmouse.c | 115 return SDL_BUTTON_LEFT;
|
SDL_ikbdevents.c | 68 return SDL_BUTTON_LEFT;
|
SDL_xbiosevents.c | 113 return SDL_BUTTON_LEFT;
|
/external/qemu/distrib/sdl-1.2.12/src/video/epoc/ |
SDL_epocevents.cpp | 77 posted += SDL_PrivateMouseButton(SDL_PRESSED, SDL_BUTTON_LEFT, 0, 0); 80 posted += SDL_PrivateMouseButton(SDL_RELEASED, SDL_BUTTON_LEFT, 0, 0);
|
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/ |
SDL_sysevents.cc | 245 sdl_buttons |= SDL_BUTTON_LEFT; 276 sdl_buttons |= SDL_BUTTON_LEFT;
|
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/ |
SDL_QuartzEvents.m | 708 return(SDL_BUTTON_LEFT); /* 1 */ 789 DO_MOUSE_DOWN (SDL_BUTTON_LEFT); 800 DO_MOUSE_DOWN (SDL_BUTTON_LEFT); 811 DO_MOUSE_UP (SDL_BUTTON_LEFT); [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/ |
SDL_sysevents.c | 498 button = SDL_BUTTON_LEFT; 502 button = SDL_BUTTON_LEFT;
|
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/ |
SDL_amigaevents.c | 125 return SDL_BUTTON_LEFT;
|
/external/qemu/distrib/sdl-1.2.12/src/video/riscos/ |
SDL_riscosevents.c | 346 if (changed & 4) SDL_PrivateMouseButton((last_buttons & 4) ? SDL_PRESSED : SDL_RELEASED, SDL_BUTTON_LEFT, 0, 0);
|
/external/qemu/android/ |
qemulator.c | 564 else if (ev.button.button == SDL_BUTTON_LEFT) {
|
/external/qemu/distrib/sdl-1.2.12/src/video/photon/ |
SDL_ph_events.c | 101 mouse_button |= SDL_BUTTON_LEFT;
|
/external/qemu/distrib/sdl-1.2.12/src/video/os2fslib/ |
SDL_os2fslib.c | 776 SDL_BUTTON_LEFT, 808 SDL_BUTTON_LEFT, [all...] |