summaryrefslogtreecommitdiff
path: root/src/ui/window.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-03-21 14:29:51 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-03-21 14:29:51 +0200
commit2f9e203058df442921fc0151ddc5fe9b68b87935 (patch)
tree5441025fcf4e974e82128f65376650bec7a941bb /src/ui/window.h
parentb93ba1bfb860c2a4b5bf46c77f3f0d11b4eb1282 (diff)
iOS: Save to Files; hide toolbar on scroll
There is no downloads directory on mobile. Instead, the downloaded file is temporarily cached and given to the iOS document picker to export. Added an option to hide the bottom toolbar while scrolling down.
Diffstat (limited to 'src/ui/window.h')
-rw-r--r--src/ui/window.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/window.h b/src/ui/window.h
index cd2e3814..7303acb2 100644
--- a/src/ui/window.h
+++ b/src/ui/window.h
@@ -91,6 +91,7 @@ void setCursor_Window (iWindow *, int cursor);
91void setSnap_Window (iWindow *, int snapMode); 91void setSnap_Window (iWindow *, int snapMode);
92void setKeyboardHeight_Window(iWindow *, int height); 92void setKeyboardHeight_Window(iWindow *, int height);
93void dismissPortraitPhoneSidebars_Window (iWindow *); 93void dismissPortraitPhoneSidebars_Window (iWindow *);
94void showToolbars_Window (iWindow *, iBool show);
94iBool postContextClick_Window (iWindow *, const SDL_MouseButtonEvent *); 95iBool postContextClick_Window (iWindow *, const SDL_MouseButtonEvent *);
95 96
96uint32_t id_Window (const iWindow *); 97uint32_t id_Window (const iWindow *);