mirror of
https://github.com/zhenyan121/Cubed.git
synced 2026-04-10 06:14:07 +08:00
9 lines
149 B
C++
9 lines
149 B
C++
#include <Cubed/input.hpp>
|
|
|
|
static InputState input_state;
|
|
|
|
namespace Input {
|
|
InputState& get_input_state() {
|
|
return input_state;
|
|
}
|
|
} |