Tao.Sdl SDK Documentation |
|
Sdl.SDL_EventState Method
[Visual Basic]
Public Shared Function SDL_EventState( _
ByVal
type As
Byte, _
ByVal
state As
Integer _
) As
Integer
[C#]
public static
int SDL_EventState(
byte type,
int state);
See Also
Sdl Class | Tao.Sdl Namespace