diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-09-14 13:45:06 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-09-14 13:45:06 +0300 |
commit | 8001693820cecae38be4f4829eaed04893016f80 (patch) | |
tree | 636725bc054002d4d7909be8f240a0dfb0ee7fdf /src/ui/inputwidget.h | |
parent | e7053ecc88f382b7d93d775c56ecc33e4d86892c (diff) |
InputWidget: Touch scrolling, position calculation
Diffstat (limited to 'src/ui/inputwidget.h')
-rw-r--r-- | src/ui/inputwidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/inputwidget.h b/src/ui/inputwidget.h index 0d327ca6..f70c81af 100644 --- a/src/ui/inputwidget.h +++ b/src/ui/inputwidget.h | |||
@@ -68,6 +68,7 @@ int minLines_InputWidget (const iInputWidget *); | |||
68 | int maxLines_InputWidget (const iInputWidget *); | 68 | int maxLines_InputWidget (const iInputWidget *); |
69 | iInputWidgetContentPadding contentPadding_InputWidget (const iInputWidget *); | 69 | iInputWidgetContentPadding contentPadding_InputWidget (const iInputWidget *); |
70 | const iString * text_InputWidget (const iInputWidget *); | 70 | const iString * text_InputWidget (const iInputWidget *); |
71 | int font_InputWidget (const iInputWidget *); | ||
71 | 72 | ||
72 | iLocalDef const char *cstrText_InputWidget(const iInputWidget *d) { | 73 | iLocalDef const char *cstrText_InputWidget(const iInputWidget *d) { |
73 | return cstr_String(text_InputWidget(d)); | 74 | return cstr_String(text_InputWidget(d)); |