GetCursorPos equivalent in SDL?

I would like to do that same thing GetCursorPos() and SetCursorPos() does in
win32 in SDL so I can keep it cross platform.

Thanks

Nevermind I got it.

void SDL_WarpMouse(Uint16 x, Uint16 y);

Uint8 SDL_GetMouseState(int *x, int *y);_____

From: Mars_999 [mailto:@Mars_999]
Sent: Wednesday, April 11, 2007 2:03 PM
To: 'sdl at lists.libsdl.org
Subject: GetCursorPos equivalent in SDL?

I would like to do that same thing GetCursorPos() and SetCursorPos() does in
win32 in SDL so I can keep it cross platform.

Thanks