Tao.Sdl SDK Documentation |
|
Sdl.SDL_CreateCond Method
Create a condition variable
[Visual Basic]
Public Shared Function SDL_CreateCond() As
IntPtr
[C#]
public static
IntPtr SDL_CreateCond();
Return Value
intPtr to variable
Remarks
Binds to C-function call in SDL_mutex.h:
extern DECLSPEC SDL_cond * SDLCALL SDL_CreateCond(void)
See Also
Sdl Class | Tao.Sdl Namespace