Tao.Sdl SDK Documentation |
|
Sdl.SDL_GetRelativeMouseState Method
[Visual Basic]
Public Shared Function SDL_GetRelativeMouseState( _
ByRef
x As
Integer, _
ByRef
y As
Integer _
) As
Byte
[C#]
public static
byte SDL_GetRelativeMouseState(
out
int x,
out
int y);
See Also
Sdl Class | Tao.Sdl Namespace