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

  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_sysmouse.c 189 POINT mouse_pos; local
201 GetCursorPos(&mouse_pos);
202 if ( PtInRect(&SDL_bounds, mouse_pos) ) {
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5events.c 380 POINT mouse_pos; local
385 GetCursorPos(&mouse_pos);
386 ScreenToClient(SDL_Window, &mouse_pos);
387 post_mouse_motion( 0, (Sint16)mouse_pos.x, (Sint16)mouse_pos.y);

Completed in 94 milliseconds