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

  /external/qemu/distrib/sdl-1.2.12/src/video/epoc/
SDL_epocevents.cpp 68 TPoint mousePos = pointerEvent->iPosition;
73 mousePos.iY <<= 1; /* Scale y coordinate to shrinked screen height */
75 posted += SDL_PrivateMouseMotion(0, 0, mousePos.iX, mousePos.iY); /* Absolute position on screen */
  /external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
SDL_QWin.h 76 const QPoint& mousePos() const { return my_mouse_pos; }

Completed in 241 milliseconds