Merge pull request #6 from cgutman/input_fixes

Add support for X1/X2 mouse buttons and Super keys
This commit is contained in:
loki-47-6F-64
2020-01-19 11:46:10 +01:00
committed by GitHub
4 changed files with 26 additions and 8 deletions

View File

@@ -14,7 +14,7 @@ struct input_t {
platf::gamepad_state_t gamepad_state;
std::unordered_map<short, bool> key_press;
std::array<std::uint8_t, 3> mouse_press;
std::array<std::uint8_t, 5> mouse_press;
util::ThreadPool::task_id_t back_timeout_id;