aboutsummaryrefslogtreecommitdiff
path: root/src/engine/user/input.cpp
AgeCommit message (Expand)Author
2022-06-13refactor: improve input handling in game loopHampusM
2022-06-13refactor: improve input handling & remove commandsHampusM
2022-06-13style: change braced list & bracket styleHampusM
2022-06-13style: improve function and brace stylingHampusM
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-13refactor: update event system terminology & structureHampusM
2022-06-13refactor: improve input configuring structureHampusM
2022-06-13perf: add noexcept almost everywhereHampusM
2022-06-13refactor: replace unsigned int with uint32_tHampusM
2022-06-13feat: add input handler & quitting with 'q'HampusM