Skip to content

Commit 06348d2

Browse files
committed
Added text to on_input.action.
1 parent c5360c0 commit 06348d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/config.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,8 @@ config.known_classes = {
493493
screen_dx = 'number|nil The change in screen space x value of a pointer device, if present.',
494494
gamepad = 'integer|nil The change in screen space y value of a pointer device, if present.',
495495
screen_dy = 'number|nil The index of the gamepad device that provided the input.',
496-
touch = '[on_input.touch]|nil List of touch input, one element per finger, if present.'
496+
touch = '[on_input.touch]|nil List of touch input, one element per finger, if present.',
497+
text = 'string|nil The text entered with the `text` action, if present'
497498
},
498499
['on_input.touch'] = {
499500
id = 'number A number identifying the touch input during its duration.',

0 commit comments

Comments
 (0)