GUI: commit state on Android when entering bg

This commit is contained in:
tildearrow 2022-11-10 16:47:53 -05:00
parent be781ef8d4
commit 700b32c3ab
2 changed files with 13 additions and 7 deletions

View file

@ -1746,6 +1746,7 @@ class FurnaceGUI {
void syncSettings();
void commitSettings();
void commitState();
void processDrags(int dragX, int dragY);
void processPoint(SDL_Event& ev);