Xtr126 / XtMapper

Advanced keyboard and mouse input mapping tool
https://xtr126.github.io/XtMapper-docs
GNU General Public License v3.0
185 stars 20 forks source link

[Enhancement] Request immersive mode on keymap editor #50

Closed ilhan-athn7 closed 10 months ago

ilhan-athn7 commented 11 months ago

System navbar is preventing to place hovering buttons at the bottom of screen, keymap editor need to be fullscreen.

Xtr126 commented 11 months ago

Keymap editor is an APPLICATION_OVERLAY, not a valid Activity. Only Activities can be fullscreen in Android. So immersive mode must be triggered by app running in foreground (the game) or at system level. But now I got an idea, I can make it to be an floating type activity with transparent window background. Thanks for filing the issue.

Xtr126 commented 10 months ago

Issue has completely resolved in commit https://github.com/Xtr126/XtMapper/commit/7ecf23687c9147bc6468a673c1a786f02cfbce44. Closing this issue.