hide: Hides the libretro screen
show: Brings the libretro screen back to the front
At the Moment I have to use:
hide: pause_toggle --> fullscreen_toggle --> bring my ui to fullscreen
show: bring my ui to window mode --> fullscreen_toggle --> pause_toggle
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/1468486-new-commands-via-stdin-hide-show?utm_campaign=plugin&utm_content=tracker%2F296058&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F296058&utm_medium=issues&utm_source=github).
Is it possible to implement these commands:
hide: Hides the libretro screen show: Brings the libretro screen back to the front
At the Moment I have to use: hide: pause_toggle --> fullscreen_toggle --> bring my ui to fullscreen show: bring my ui to window mode --> fullscreen_toggle --> pause_toggle