[NEW] Inclos un mode de pantalla en que s'actualitze al instant en compte de segons el retraç del crt, per a debuggar que se pinta
This commit is contained in:
@@ -8,6 +8,7 @@ namespace zxscreen
|
||||
void focus();
|
||||
void refresh(const uint32_t dt);
|
||||
void fullrefresh();
|
||||
void debugrefresh();
|
||||
void redraw(const bool present=true);
|
||||
void present();
|
||||
void setTitle(const char* title);
|
||||
@@ -17,5 +18,8 @@ namespace zxscreen
|
||||
void toggleFullscreen();
|
||||
const bool getFullscreen();
|
||||
|
||||
void toggleFullRefresh();
|
||||
const bool getFullRefresh();
|
||||
|
||||
SDL_Renderer *getrenderer();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user