OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mousePos
(Results
1 - 3
of
3
) 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; }
SDL_sysvideo.cc
324
point = SDL_Win->
mousePos
();
Completed in 124 milliseconds