Searched refs:WIN_OnWindowEnter (Results 1 – 4 of 4) sorted by relevance
75 extern void WIN_OnWindowEnter(_THIS, SDL_Window * window);
262 …WIN_OnWindowEnter(SDL_GetVideoDevice(), focusWin); /* make sure WM_MOUSELEAVE messages are (re)en… in WIN_CaptureMouse()
158 device->OnWindowEnter = WIN_OnWindowEnter; in WIN_CreateDevice()
781 void WIN_OnWindowEnter(_THIS, SDL_Window * window) in WIN_OnWindowEnter() function