aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/input.hpp
AgeCommit message (Collapse)Author
2022-06-13fix: prevent A, B, C & D from being interpreted as arrow keysHampusM
2022-06-13feat: implement game of lifev0.1.0HampusM
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-13style: improve function and brace stylingHampusM
2022-06-13chore: add nolint comments to interfacesHampusM
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: remove virtual from input handler interface destructorHampusM
2022-06-13refactor: add virtual destructors to interfacesHampusM
This is required by clang++ for some reason...
2022-06-13feat: add input handler & quitting with 'q'HampusM