Tao.Sdl SDK Documentation
Sdl.SDL_RemoveTimer Method
[Visual Basic]
Public Shared Function SDL_RemoveTimer( _
ByVal
t
As
SDL_TimerID
_
) As
Integer
[C#]
public static
int
SDL_RemoveTimer(
SDL_TimerID
t
);
See Also
Sdl Class
|
Tao.Sdl Namespace