Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/
DSDL_DirectFB_events.c174 ProcessWindowEvent(_THIS, SDL_Window *sdlwin, DFBWindowEvent * evt) in ProcessWindowEvent() argument
177 SDL_DFB_WINDOWDATA(sdlwin); in ProcessWindowEvent()
187 SDL_SendMouseMotion_ex(sdlwin, devdata->mouse_id[0], 0, evt->x, in ProcessWindowEvent()
189 SDL_SendMouseButton_ex(sdlwin, devdata->mouse_id[0], in ProcessWindowEvent()
201 SDL_SendMouseMotion_ex(sdlwin, devdata->mouse_id[0], 0, evt->x, in ProcessWindowEvent()
203 SDL_SendMouseButton_ex(sdlwin, devdata->mouse_id[0], in ProcessWindowEvent()
215 if (!(sdlwin->flags & SDL_WINDOW_INPUT_GRABBED)) in ProcessWindowEvent()
216 SDL_SendMouseMotion_ex(sdlwin, devdata->mouse_id[0], 0, in ProcessWindowEvent()
228 if (!(sdlwin->flags & SDL_WINDOW_MOUSE_FOCUS)) in ProcessWindowEvent()
229 SDL_SendWindowEvent(sdlwin, SDL_WINDOWEVENT_ENTER, 0, in ProcessWindowEvent()
[all …]