Home | History | Annotate | Download | only in bwindow

Lines Matching refs:pt

49 			BPoint pt;
52 pt.x = x;
53 pt.y = y;
55 SDL_Win->ConvertToScreen(&pt);
57 set_mouse_position((int)pt.x, (int)pt.y);
65 BPoint pt;
66 pt.x = (SDL_VideoSurface->w/2);
67 pt.y = (SDL_VideoSurface->h/2);
69 SDL_Win->ConvertToScreen(&pt);
71 set_mouse_position((int)pt.x, (int)pt.y);