mirror of
https://github.com/defold/extension-camera
synced 2025-09-27 08:52:19 +02:00
Fixed crash when running start_capture a second time
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
Reference in New Issue
Block a user