Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.12/src/events/
DSDL_mouse.c108 Sint16 Yrel; in SDL_PrivateMouseMotion() local
121 Yrel = y; in SDL_PrivateMouseMotion()
154 Yrel = Y-SDL_MouseY; in SDL_PrivateMouseMotion()
158 if ( ! Xrel && ! Yrel ) { in SDL_PrivateMouseMotion()
170 SDL_DeltaY += Yrel; in SDL_PrivateMouseMotion()
183 event.motion.yrel = Yrel; in SDL_PrivateMouseMotion()