- SDLNet_Read16
ushort SDLNet_Read16(const(void)* areaP)
Undocumented in source. Be warned that the author may not have intended to support it.
- SDLNet_Read32
uint SDLNet_Read32(const(void)* areaP)
Undocumented in source. Be warned that the author may not have intended to support it.
- SDLNet_SocketReady
bool SDLNet_SocketReady(TCPsocket sock)
Undocumented in source. Be warned that the author may not have intended to support it.
- SDLNet_SocketReady
bool SDLNet_SocketReady(UDPsocket sock)
Undocumented in source. Be warned that the author may not have intended to support it.
- SDLNet_TCP_AddSocket
int SDLNet_TCP_AddSocket(SDLNet_SocketSet set, TCPsocket sock)
Undocumented in source. Be warned that the author may not have intended to support it.
- SDLNet_TCP_DelSocket
int SDLNet_TCP_DelSocket(SDLNet_SocketSet set, TCPsocket sock)
Undocumented in source. Be warned that the author may not have intended to support it.
- SDLNet_UDP_AddSocket
int SDLNet_UDP_AddSocket(SDLNet_SocketSet set, UDPsocket sock)
Undocumented in source. Be warned that the author may not have intended to support it.
- SDLNet_UDP_DelSocket
int SDLNet_UDP_DelSocket(SDLNet_SocketSet set, UDPsocket sock)
Undocumented in source. Be warned that the author may not have intended to support it.
- SDLNet_Write16
void SDLNet_Write16(ushort value, void* areaP)
Undocumented in source. Be warned that the author may not have intended to support it.
- SDLNet_Write32
void SDLNet_Write32(uint value, void* areaP)
Undocumented in source. Be warned that the author may not have intended to support it.
- SDL_NET_VERSION
void SDL_NET_VERSION(SDLNet_version* x)
Undocumented in source. Be warned that the author may not have intended to support it.
- SDL_NET_VERSION_ATLEAST
bool SDL_NET_VERSION_ATLEAST(ubyte x, ubyte y, ubyte z)
Undocumented in source. Be warned that the author may not have intended to support it.
- loadedSDLNetVersion
deprecated SDLNetSupport loadedSDLNetVersion()
Undocumented in source. Be warned that the author may not have intended to support it.