Searched refs:SDL_BUTTON_MIDDLE (Results 1 – 11 of 11) sorted by relevance
/external/qemu/distrib/sdl-1.2.15/include/ |
D | SDL_mouse.h | 124 #define SDL_BUTTON_MIDDLE 2 macro 131 #define SDL_BUTTON_MMASK SDL_BUTTON(SDL_BUTTON_MIDDLE)
|
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/ |
D | SDL_ataridevmouse.c | 110 return SDL_BUTTON_MIDDLE; in atari_GetButton()
|
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/ |
D | SDL_epocevents.cpp | 297 posted += SDL_PrivateMouseButton(SDL_PRESSED, SDL_BUTTON_MIDDLE, 0, 0); in EPOC_HandleWsEvent() 300 posted += SDL_PrivateMouseButton(SDL_RELEASED, SDL_BUTTON_MIDDLE, 0, 0); in EPOC_HandleWsEvent()
|
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/ |
D | SDL_sysevents.cc | 262 sdl_buttons |= SDL_BUTTON_MIDDLE; in DispatchMessage() 293 sdl_buttons |= SDL_BUTTON_MIDDLE; in DispatchMessage()
|
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/ |
D | SDL_epocevents.cpp | 111 posted += SDL_PrivateMouseButton(SDL_PRESSED, SDL_BUTTON_MIDDLE, 0, 0); in EPOC_HandleWsEvent() 114 posted += SDL_PrivateMouseButton(SDL_RELEASED, SDL_BUTTON_MIDDLE, 0, 0); in EPOC_HandleWsEvent()
|
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/ |
D | SDL_sysevents.c | 399 button = SDL_BUTTON_MIDDLE; in WinMessage() 403 button = SDL_BUTTON_MIDDLE; in WinMessage()
|
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/ |
D | SDL_riscosevents.c | 347 …) SDL_PrivateMouseButton((last_buttons & 2) ? SDL_PRESSED : SDL_RELEASED, SDL_BUTTON_MIDDLE, 0, 0); in RISCOS_PollMouseHelper()
|
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/ |
D | SDL_dx5events.c | 421 case 3: button = SDL_BUTTON_MIDDLE; break; in handle_mouse() 518 case 3: button = SDL_BUTTON_MIDDLE; break; in handle_mouse()
|
/external/qemu/distrib/sdl-1.2.15/src/video/photon/ |
D | SDL_ph_events.c | 105 mouse_button |= SDL_BUTTON_MIDDLE; in ph2sdl_mousebutton()
|
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/ |
D | SDL_QuartzEvents.m | 790 return(SDL_BUTTON_MIDDLE); /* 2 */ 873 last_virtual_button = SDL_BUTTON_MIDDLE; 874 DO_MOUSE_DOWN (SDL_BUTTON_MIDDLE);
|
/external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/ |
D | SDL_os2fslib.c | 865 SDL_BUTTON_MIDDLE, in WndProc() 897 SDL_BUTTON_MIDDLE, in WndProc()
|