Man page - s3d_net_check(3)

Packages contains this manual

Manual

S3D_NET_CHECK

NAME
SYNOPSIS
DESCRIPTION
AUTHOR

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