From 7d2d9122e0a5a352fa75d5f9de550724226af7bb Mon Sep 17 00:00:00 2001 From: Bartosz Kaszubowski Date: Thu, 10 Sep 2020 13:27:37 +0200 Subject: [PATCH] update TextInput press callbacks type, refs #2205 --- docs/textinput.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/textinput.md b/docs/textinput.md index a105b008b92..69bdf4535c0 100644 --- a/docs/textinput.md +++ b/docs/textinput.md @@ -485,9 +485,9 @@ Callback that is called when text input ends. Callback that is called when a touch is engaged. -| Type | Required | -| -------- | -------- | -| function | No | +| Type | Required | +| ------------------------ | -------- | +| [PressEvent](pressevent) | No | --- @@ -495,9 +495,9 @@ Callback that is called when a touch is engaged. Callback that is called when a touch is released. -| Type | Required | -| -------- | -------- | -| function | No | +| Type | Required | +| ------------------------ | -------- | +| [PressEvent](pressevent) | No | ---