Tao.Sdl SDK Documentation

Sdl.SDL_GetMouseState Method 

[Visual Basic]
Public Shared Function SDL_GetMouseState( _
   ByRef x As Integer, _
   ByRef y As Integer _
) As Byte
[C#]
public static byte SDL_GetMouseState(
   out int x,
   out int y
);

See Also

Sdl Class | Tao.Sdl Namespace