UI: Controller connect/disconnect toasts

This commit is contained in:
Luke Street
2026-05-06 11:14:12 -06:00
parent cfe1f2304b
commit 4e23472ed5
7 changed files with 166 additions and 14 deletions
+4 -1
View File
@@ -1,7 +1,10 @@
#pragma once
namespace dusk::ui {
union SDL_Event;
namespace dusk::ui::input {
void handle_event(const SDL_Event& event) noexcept;
void update_input() noexcept;
void reset_input_state() noexcept;
void sync_input_block() noexcept;