aboutsummaryrefslogtreecommitdiff
path: root/src/engine/user/input.hpp
AgeCommit message (Expand)Author
2022-06-13refactor: improve input handling in game loopHampusM
2022-06-13refactor: replace last subscriber patterned codeHampusM
2022-06-13refactor: improve input handling & remove commandsHampusM
2022-06-13style: change braced list & bracket styleHampusM
2022-06-13refactor: replace DI files with the yacppdic libraryHampusM
2022-06-13style: improve function and brace stylingHampusM
2022-06-13refactor: fix compiler errors with libc++HampusM
2022-06-13fix: change input handler subscribers size type nameHampusM
2022-06-13refactor: use trailing return typesHampusM
2022-06-13refactor: use cin in input handlerHampusM
2022-06-13feat: implement generations & multithreadingHampusM
2022-06-13fix: use climits instead of limits in input headerHampusM
2022-06-13refactor: update event system terminology & structureHampusM
2022-06-13refactor: improve input configuring structureHampusM
2022-06-13perf: add noexcept almost everywhereHampusM
2022-06-13feat: add input handler & quitting with 'q'HampusM