MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / sigint_handler

Function sigint_handler

examples/Protonect.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45bool protonect_shutdown = false; ///< Whether the running application should shut down.
46
47void sigint_handler(int s)
48{
49 protonect_shutdown = true;
50}
51
52bool protonect_paused = false;
53libfreenect2::Freenect2Device *devtopause;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected