From 32339a96108133259cb9edf0c5c9a0d3c8fc994e Mon Sep 17 00:00:00 2001 From: Sergii Pylypenko Date: Sun, 9 Jan 2022 18:48:10 +0200 Subject: [PATCH] Updated SDL2 readme --- readme.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.txt b/readme.txt index cc4e5a90c..1a861d083 100644 --- a/readme.txt +++ b/readme.txt @@ -124,6 +124,8 @@ will report the screen size including the cutout, however it's not possible to d so you should use the size returned by SDL_GetWindowSize() and by SDL_WINDOWEVENT_RESIZED event, and you should use fullscreen window mode. +SDL2 does not support Back button. You will need to draw back or pause button inside your app code. + Licensing issues when using gradle ==================================