Support ds4 controller on Windows

This commit is contained in:
loki
2021-07-18 15:32:26 +02:00
parent f65882e42a
commit 4b043e31fe
4 changed files with 200 additions and 26 deletions

View File

@@ -77,6 +77,8 @@ struct input_t {
std::chrono::milliseconds back_button_timeout;
std::chrono::milliseconds key_repeat_delay;
std::chrono::duration<double> key_repeat_period;
std::string gamepad;
};
namespace flag {