Add button combination to quit streaming for gamepads

This commit is contained in:
Iwan Timmer
2017-06-11 18:32:46 +02:00
parent cbf31be73b
commit cdca4c1b3a
4 changed files with 10 additions and 2 deletions

View File

@@ -171,7 +171,7 @@ static void help() {
printf("\t-input <device>\t\tUse <device> as input. Can be used multiple times\n");
printf("\t-audio <device>\t\tUse <device> as audio output device\n");
#endif
printf("\nUse Ctrl+Alt+Shift+Q to exit streaming session\n\n");
printf("\nUse Ctrl+Alt+Shift+Q or Play+Back+LeftShoulder+RightShoulder to exit streaming session\n\n");
exit(0);
}