Home
last modified time | relevance | path

Searched refs:mousePos (Results 1 – 3 of 3) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/epoc/
DSDL_epocevents.cpp68 TPoint mousePos = pointerEvent->iPosition; in EPOC_HandleWsEvent() local
73 mousePos.iY <<= 1; /* Scale y coordinate to shrinked screen height */ in EPOC_HandleWsEvent()
75 …posted += SDL_PrivateMouseMotion(0, 0, mousePos.iX, mousePos.iY); /* Absolute position on screen */ in EPOC_HandleWsEvent()
/external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
DSDL_QWin.h76 const QPoint& mousePos() const { return my_mouse_pos; } in mousePos() function
DSDL_sysvideo.cc324 point = SDL_Win->mousePos(); in QT_UpdateMouse()