Tao.Sdl SDK Documentation |
|
Sdl.SDL_DestroyCond Method
Destroy a condition variable
[Visual Basic]
Public Shared Sub SDL_DestroyCond( _
ByVal
cond As
IntPtr _
)
[C#]
public static
void SDL_DestroyCond(
IntPtr cond);
Remarks
Binds to C-function call in SDL_mutex.h:
extern DECLSPEC void SDLCALL SDL_DestroyCond(SDL_cond *cond)
See Also
Sdl Class | Tao.Sdl Namespace