aboutsummaryrefslogtreecommitdiff
path: root/src/engine/user/cursor.cpp
AgeCommit message (Expand)Author
2022-06-13refactor: have cursor controller inverting input positionsHampusM
2022-06-13refactor: replace last subscriber patterned codeHampusM
2022-06-13style: change braced list & bracket styleHampusM
2022-06-13style: improve function and brace stylingHampusM
2022-06-13refactor: use trailing return typesHampusM
2022-06-13refactor: move updating status from the move cursor commandHampusM
2022-06-13perf: add noexcept almost everywhereHampusM
2022-06-13refactor: rename game initializer & move input configHampusM
2022-06-13refactor: make cursor controller track cursor pos itselfHampusM
2022-06-13refactor: move directions to vector2 & make vector2 hashableHampusM
2022-06-13refactor: improve getters & setters for vector2 & boundsHampusM
2022-06-13refactor: make vector2 & bounds data classesHampusM
2022-06-13feat: add moving cursorHampusM