HomeSort by relevance Sort by last modified time
    Searched refs:mouse_pos (Results 1 - 2 of 2) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_sysmouse.c 189 POINT mouse_pos; local
202 GetCursorPos(&mouse_pos);
203 if ( PtInRect(&SDL_bounds, mouse_pos) ) {
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5events.c 309 POINT mouse_pos; local
314 GetCursorPos(&mouse_pos);
315 ScreenToClient(SDL_Window, &mouse_pos);
317 (Sint16)mouse_pos.x, (Sint16)mouse_pos.y);

Completed in 432 milliseconds