mirror of
https://github.com/defold/extension-camera
synced 2025-06-27 18:37:43 +02:00
13 lines
170 B
Plaintext
13 lines
170 B
Plaintext
key_trigger {
|
|
input: KEY_SPACE
|
|
action: "space"
|
|
}
|
|
mouse_trigger {
|
|
input: MOUSE_BUTTON_1
|
|
action: "touch"
|
|
}
|
|
touch_trigger {
|
|
input: TOUCH_MULTI
|
|
action: "touch"
|
|
}
|