Searched refs:SDL_BUTTON_MIDDLE (Results 1 – 13 of 13) sorted by relevance
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_mouse.h | 283 #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 D | SDL_androidmouse.c | 212 return SDL_BUTTON_MIDDLE; in TranslateButton()
|
/AliOS-Things-master/components/SDL2/src/video/windows/ |
A D | SDL_windowsevents.c | 262 …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 D | SDL_winrtpointerinput.cpp | 150 return SDL_BUTTON_MIDDLE;
|
/AliOS-Things-master/components/SDL2/src/video/nacl/ |
A D | SDL_naclevents.c | 298 return SDL_BUTTON_MIDDLE; in SDL_NACL_translate_mouse_button()
|
/AliOS-Things-master/components/SDL2/src/core/alios/ |
A D | SDL_evdev.c | 86 SDL_BUTTON_MIDDLE, /* BTN_MIDDLE 0x112 */
|
/AliOS-Things-master/components/SDL2/src/video/uikit/ |
A D | SDL_uikitview.m | 253 button = SDL_BUTTON_MIDDLE; 306 button = SDL_BUTTON_MIDDLE;
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testautomation_mouse.c | 20 (state == SDL_BUTTON(SDL_BUTTON_MIDDLE)) || in _mouseStateCheck()
|
/AliOS-Things-master/components/SDL2/src/video/haiku/ |
A D | SDL_BWin.h | 506 _SendMouseButton(SDL_BUTTON_MIDDLE, state); in _MouseButtonEvent()
|
/AliOS-Things-master/components/SDL2/src/video/emscripten/ |
A D | SDL_emscriptenevents.c | 355 sdl_button = SDL_BUTTON_MIDDLE; in Emscripten_HandleMouseButton()
|
/AliOS-Things-master/components/SDL2/src/core/linux/ |
A D | SDL_evdev.c | 124 SDL_BUTTON_MIDDLE, /* BTN_MIDDLE 0x112 */
|
/AliOS-Things-master/components/SDL2/src/video/wayland/ |
A D | SDL_waylandevents.c | 353 sdl_button = SDL_BUTTON_MIDDLE; in pointer_handle_button_common()
|
/AliOS-Things-master/components/SDL2/src/video/cocoa/ |
A D | SDL_cocoawindow.m | 1002 button = SDL_BUTTON_MIDDLE; 1053 button = SDL_BUTTON_MIDDLE;
|
Completed in 22 milliseconds