Input: afegits dos inputs per a ServiceMenu (accept i back)

Style: renombrats alguns metodes de windowZoom a windowSize
This commit is contained in:
2025-06-10 11:01:17 +02:00
parent 813f994500
commit 32d3f96a3d
5 changed files with 53 additions and 17 deletions

View File

@@ -130,7 +130,7 @@ void Screen::setWindowZoom(int zoom)
}
// Reduce el tamaño de la ventana
bool Screen::decWindowZoom()
bool Screen::decWindowSize()
{
if (!options.video.fullscreen)
{
@@ -149,7 +149,7 @@ bool Screen::decWindowZoom()
}
// Aumenta el tamaño de la ventana
bool Screen::incWindowZoom()
bool Screen::incWindowSize()
{
if (!options.video.fullscreen)
{