Add setting for suppressing input from mouse, keyboard, or gamepads (#941)
This commit is contained in:
@@ -100,6 +100,10 @@ struct input_t {
|
||||
std::chrono::duration<double> key_repeat_period;
|
||||
|
||||
std::string gamepad;
|
||||
|
||||
bool keyboard;
|
||||
bool mouse;
|
||||
bool controller;
|
||||
};
|
||||
|
||||
namespace flag {
|
||||
|
||||
Reference in New Issue
Block a user