Fixed crash when running start_capture a second time

This commit is contained in:
Mathias Westerdahl
2017-11-17 14:12:08 +01:00
parent 49f954ae04
commit 652242fe85
4 changed files with 177 additions and 19 deletions

View File

@@ -0,0 +1,12 @@
key_trigger {
input: KEY_SPACE
action: "space"
}
mouse_trigger {
input: MOUSE_BUTTON_1
action: "touch"
}
touch_trigger {
input: TOUCH_MULTI
action: "touch"
}