aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/input.hpp
AgeCommit message (Collapse)Author
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