Home
last modified time | relevance | path

Searched refs:SDL_BUTTON_MIDDLE (Results 1 – 11 of 11) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/include/
DSDL_mouse.h124 #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/
DSDL_ataridevmouse.c110 return SDL_BUTTON_MIDDLE; in atari_GetButton()
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
DSDL_epocevents.cpp297 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/
DSDL_sysevents.cc262 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/
DSDL_epocevents.cpp111 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/
DSDL_sysevents.c399 button = SDL_BUTTON_MIDDLE; in WinMessage()
403 button = SDL_BUTTON_MIDDLE; in WinMessage()
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/
DSDL_riscosevents.c347 …) 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/
DSDL_dx5events.c421 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/
DSDL_ph_events.c105 mouse_button |= SDL_BUTTON_MIDDLE; in ph2sdl_mousebutton()
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
DSDL_QuartzEvents.m790 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/
DSDL_os2fslib.c865 SDL_BUTTON_MIDDLE, in WndProc()
897 SDL_BUTTON_MIDDLE, in WndProc()