Input implementation progress

This commit is contained in:
Insality
2020-04-18 00:45:18 +03:00
parent 08e93c7423
commit be26478c21
10 changed files with 105 additions and 23 deletions

View File

@@ -18,6 +18,14 @@ mouse_trigger {
input: MOUSE_BUTTON_1
action: "touch"
}
mouse_trigger {
input: MOUSE_WHEEL_UP
action: "scroll_up"
}
mouse_trigger {
input: MOUSE_WHEEL_DOWN
action: "scroll_down"
}
text_trigger {
input: TEXT
action: "text"