> I need to find the mouse coordinates. This is what I'm doing: > > SDL_Cursor* cursor; > cursor = SDL_GetCursor(); Use SDL_GetMouseState() or catch the various mouse events. --ryan.