libretro / RetroArch

Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3.
http://www.libretro.com
GNU General Public License v3.0
10.3k stars 1.84k forks source link

New commands via Stdin: hide, show #631

Open merlink01 opened 10 years ago

merlink01 commented 10 years ago

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

--- 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).
Themaister commented 10 years ago

Possible I think, I'll put it on my future TODO list.

merlink01 commented 10 years ago

Really cool, thanks.