| 53 | bool protonect_shutdown = false; ///< Whether the running application should shut down. |
| 54 | |
| 55 | void sigint_handler(int s) |
| 56 | { |
| 57 | protonect_shutdown = true; |
| 58 | } |
| 59 | |
| 60 | bool protonect_paused = false; |
| 61 | libfreenect2::Freenect2Device *devtopause; |
nothing calls this directly
no outgoing calls
no test coverage detected