MCPcopy Create free account
hub / github.com/SFML/SFML / kevent

Class kevent

src/SFML/Network/SocketSelector.cpp:52–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50#define SFML_USE_KQUEUE
51#include <sys/event.h>
52using kevent_t = struct kevent;
53#else
54// select()-based implementation is used if none of the above applies
55#endif

Callers 2

modifyEventsMethod · 0.70
waitMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected