Small tweaks, added encode lib source files

This commit is contained in:
Mathias Westerdahl
2017-02-28 17:31:58 +01:00
parent fccebd8f6d
commit 3ae18c3b4c
14 changed files with 1761 additions and 25 deletions

View File

@@ -0,0 +1,8 @@
mouse_trigger {
input: MOUSE_BUTTON_1
action: "click"
}
touch_trigger {
input: TOUCH_MULTI
action: "touch"
}