Home | History | Annotate | Download | only in windib

Lines Matching refs:mouse

331 	POINT mouse;
333 if ( !GetCursorPos(&mouse) && !GetLastStylusPos(&mouse) ) return;
335 if ( !GetCursorPos(&mouse) ) return;
344 mouse.x -= center.x;
345 mouse.y -= center.y;
346 if ( mouse.x || mouse.y ) {
348 posted = SDL_PrivateMouseMotion(0, 1, (Sint16)mouse.x, (Sint16)mouse.y);
351 ScreenToClient(SDL_Window, &mouse);
354 GapiTransform(this->hidden->gapiInfo, &mouse.x, &mouse.y);
356 posted = SDL_PrivateMouseMotion(0, 0, (Sint16)mouse.x, (Sint16)mouse.y);