Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/include/
A DSDL_mouse.h283 #define SDL_BUTTON_MIDDLE 2 macro
288 #define SDL_BUTTON_MMASK SDL_BUTTON(SDL_BUTTON_MIDDLE)
/AliOS-Things-master/components/SDL2/src/video/android/
A DSDL_androidmouse.c212 return SDL_BUTTON_MIDDLE; in TranslateButton()
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsevents.c262 …seButton((wParam & MK_MBUTTON), (mouseFlags & SDL_BUTTON_MMASK), data, SDL_BUTTON_MIDDLE, mouseID); in WIN_CheckWParamMouseButtons()
284 …rawButtons & RI_MOUSE_BUTTON_3_DOWN), (mouseFlags & SDL_BUTTON_MMASK), data, SDL_BUTTON_MIDDLE, 0); in WIN_CheckRawMouseButtons()
286 …!(rawButtons & RI_MOUSE_BUTTON_3_UP), (mouseFlags & SDL_BUTTON_MMASK), data, SDL_BUTTON_MIDDLE, 0); in WIN_CheckRawMouseButtons()
320 …WIN_CheckWParamMouseButton(SDL_FALSE, (mouseFlags & SDL_BUTTON_MMASK), data, SDL_BUTTON_MIDDLE, 0); in WIN_CheckAsyncMouseRelease()
649 …>window, 0, GetAsyncKeyState(VK_MBUTTON) & 0x8000 ? SDL_PRESSED : SDL_RELEASED, SDL_BUTTON_MIDDLE); in WIN_WindowProc()
/AliOS-Things-master/components/SDL2/src/video/winrt/
A DSDL_winrtpointerinput.cpp150 return SDL_BUTTON_MIDDLE;
/AliOS-Things-master/components/SDL2/src/video/nacl/
A DSDL_naclevents.c298 return SDL_BUTTON_MIDDLE; in SDL_NACL_translate_mouse_button()
/AliOS-Things-master/components/SDL2/src/core/alios/
A DSDL_evdev.c86 SDL_BUTTON_MIDDLE, /* BTN_MIDDLE 0x112 */
/AliOS-Things-master/components/SDL2/src/video/uikit/
A DSDL_uikitview.m253 button = SDL_BUTTON_MIDDLE;
306 button = SDL_BUTTON_MIDDLE;
/AliOS-Things-master/components/SDL2/test/
A Dtestautomation_mouse.c20 (state == SDL_BUTTON(SDL_BUTTON_MIDDLE)) || in _mouseStateCheck()
/AliOS-Things-master/components/SDL2/src/video/haiku/
A DSDL_BWin.h506 _SendMouseButton(SDL_BUTTON_MIDDLE, state); in _MouseButtonEvent()
/AliOS-Things-master/components/SDL2/src/video/emscripten/
A DSDL_emscriptenevents.c355 sdl_button = SDL_BUTTON_MIDDLE; in Emscripten_HandleMouseButton()
/AliOS-Things-master/components/SDL2/src/core/linux/
A DSDL_evdev.c124 SDL_BUTTON_MIDDLE, /* BTN_MIDDLE 0x112 */
/AliOS-Things-master/components/SDL2/src/video/wayland/
A DSDL_waylandevents.c353 sdl_button = SDL_BUTTON_MIDDLE; in pointer_handle_button_common()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoawindow.m1002 button = SDL_BUTTON_MIDDLE;
1053 button = SDL_BUTTON_MIDDLE;

Completed in 23 milliseconds