| 45 | bool protonect_shutdown = false; ///< Whether the running application should shut down. |
| 46 | |
| 47 | void sigint_handler(int s) |
| 48 | { |
| 49 | protonect_shutdown = true; |
| 50 | } |
| 51 | |
| 52 | bool protonect_paused = false; |
| 53 | libfreenect2::Freenect2Device *devtopause; |
nothing calls this directly
no outgoing calls
no test coverage detected