This commit is contained in:
2025-10-27 13:01:11 +01:00
parent 5d8811026d
commit cdb9bde6aa
23 changed files with 392 additions and 392 deletions

View File

@@ -93,7 +93,7 @@ class Screen {
#endif
// Dibuja las notificaciones
void renderNotifications();
void renderNotifications() const;
// Calcula el tamaño de la ventana
void adjustWindowSize();
@@ -172,13 +172,13 @@ class Screen {
void setBorderColor(Uint8 color);
// Establece el tamaño del borde
void setBorderWidth(int width);
static void setBorderWidth(int width);
// Establece el tamaño del borde
void setBorderHeight(int height);
static void setBorderHeight(int height);
// Establece si se ha de ver el borde en el modo ventana
void setBorderEnabled(bool value);
static void setBorderEnabled(bool value);
// Cambia entre borde visible y no visible
void toggleBorder();