table of contents
S3D_NET_CHECK(3) | s3d Manual | S3D_NET_CHECK(3) |
NAME¶
s3d_net_check - get events from server
SYNOPSIS¶
#include <s3d.h>
int s3d_net_check(void);
DESCRIPTION¶
This functions is for programs which do not employ a mainloop, hence they need to check for new events on their own. Programs like these must make sure to call this function from time to time to convince the server that they did not freeze or bail out.
AUTHOR¶
Simon Wunderlich
Author of s3d
s3d |