Searched refs:mousePos (Results 1 – 3 of 3) sorted by relevance
68 TPoint mousePos = pointerEvent->iPosition; in EPOC_HandleWsEvent() local73 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()
76 const QPoint& mousePos() const { return my_mouse_pos; } in mousePos() function
324 point = SDL_Win->mousePos(); in QT_UpdateMouse()