mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-05 03:29:45 -04:00
11 lines
198 B
C++
11 lines
198 B
C++
#pragma once
|
|
|
|
namespace dusk::ui {
|
|
|
|
void update_input() noexcept;
|
|
void reset_input_state() noexcept;
|
|
void sync_input_block() noexcept;
|
|
void release_input_block() noexcept;
|
|
|
|
} // namespace dusk::ui
|