Afegit globalEvents

This commit is contained in:
2025-02-23 09:53:06 +01:00
parent 8ae686a70b
commit 3ba4293e8a
16 changed files with 111 additions and 110 deletions

View File

@@ -12,6 +12,7 @@
#include "jail_shader.h" // Para init, render
#include "notifier.h" // Para Notify
#include "options.h"
#include "mouse.h"
// [SINGLETON]
Screen *Screen::screen_ = nullptr;
@@ -489,4 +490,5 @@ void Screen::toggleShaders()
void Screen::update()
{
Notifier::get()->update();
Mouse::updateCursorVisibility();
}