Home | History | Annotate | Download | only in bwindow

Lines Matching defs:pt

50 			BPoint pt;
53 pt.x = x;
54 pt.y = y;
56 SDL_Win->ConvertToScreen(&pt);
58 set_mouse_position((int)pt.x, (int)pt.y);
66 BPoint pt;
67 pt.x = (SDL_VideoSurface->w/2);
68 pt.y = (SDL_VideoSurface->h/2);
70 SDL_Win->ConvertToScreen(&pt);
72 set_mouse_position((int)pt.x, (int)pt.y);