/external/qemu/distrib/sdl-1.2.15/include/ |
SDL_mouse.h | 123 #define SDL_BUTTON_LEFT 1 130 #define SDL_BUTTON_LMASK SDL_BUTTON(SDL_BUTTON_LEFT)
|
/prebuilts/tools/darwin-x86/sdl/include/SDL/ |
SDL_mouse.h | 123 #define SDL_BUTTON_LEFT 1 130 #define SDL_BUTTON_LMASK SDL_BUTTON(SDL_BUTTON_LEFT)
|
/prebuilts/tools/linux-x86/sdl/include/SDL/ |
SDL_mouse.h | 123 #define SDL_BUTTON_LEFT 1 130 #define SDL_BUTTON_LMASK SDL_BUTTON(SDL_BUTTON_LEFT)
|
/prebuilts/tools/windows/sdl/include/SDL/ |
SDL_mouse.h | 123 #define SDL_BUTTON_LEFT 1 130 #define SDL_BUTTON_LMASK SDL_BUTTON(SDL_BUTTON_LEFT)
|
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/ |
SDL_ataridevmouse.c | 115 return SDL_BUTTON_LEFT;
|
SDL_ikbdevents.c | 66 return SDL_BUTTON_LEFT;
|
SDL_xbiosevents.c | 114 return SDL_BUTTON_LEFT;
|
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/ |
SDL_epocevents.cpp | 285 posted += SDL_PrivateMouseButton(SDL_PRESSED, SDL_BUTTON_LEFT, 0, 0); 288 posted += SDL_PrivateMouseButton(SDL_RELEASED, SDL_BUTTON_LEFT, 0, 0); 314 posted += SDL_PrivateMouseButton(SDL_PRESSED, SDL_BUTTON_LEFT, 0, 0); 345 posted += SDL_PrivateMouseButton(SDL_RELEASED, SDL_BUTTON_LEFT, 0, 0);
|
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/ |
SDL_epocevents.cpp | 99 posted += SDL_PrivateMouseButton(SDL_PRESSED, SDL_BUTTON_LEFT, 0, 0); 102 posted += SDL_PrivateMouseButton(SDL_RELEASED, SDL_BUTTON_LEFT, 0, 0); 128 posted += SDL_PrivateMouseButton(SDL_PRESSED, SDL_BUTTON_LEFT, 0, 0); 159 posted += SDL_PrivateMouseButton(SDL_RELEASED, SDL_BUTTON_LEFT, 0, 0);
|
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/ |
SDL_sysevents.cc | 256 sdl_buttons |= SDL_BUTTON_LEFT; 287 sdl_buttons |= SDL_BUTTON_LEFT;
|
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/ |
SDL_QuartzEvents.m | 786 return(SDL_BUTTON_LEFT); /* 1 */ 866 DO_MOUSE_DOWN (SDL_BUTTON_LEFT); 877 DO_MOUSE_DOWN (SDL_BUTTON_LEFT); 888 DO_MOUSE_UP (SDL_BUTTON_LEFT); [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/ |
SDL_sysevents.c | 391 button = SDL_BUTTON_LEFT; 395 button = SDL_BUTTON_LEFT;
|
/external/qemu/distrib/sdl-1.2.15/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 | 565 else if (ev.button.button == SDL_BUTTON_LEFT) {
|
/external/qemu/distrib/sdl-1.2.15/src/video/photon/ |
SDL_ph_events.c | 101 mouse_button |= SDL_BUTTON_LEFT;
|
/external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/ |
SDL_os2fslib.c | 776 SDL_BUTTON_LEFT, 808 SDL_BUTTON_LEFT, [all...] |