HomeSort by relevance Sort by last modified time
    Searched full:rectpt (Results 1 - 1 of 1) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_sysevents.c 223 union { RECT rect; POINT pt; } rectpt; /* prevent type-punning issue. */ local
226 GetClientRect(hWnd, &rectpt.rect);
227 MapWindowPoints(hWnd, NULL, &rectpt.pt, 2);
229 if ( !PtInRect(&rectpt.rect, pt) || (WindowFromPoint(pt) != hWnd) ) {

Completed in 861 milliseconds