aboutsummaryrefslogtreecommitdiff
path: root/src/engine/user/cursor.hpp
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-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-13refactor: use trailing return typesHampusM
2022-06-13refactor: make the cursor hide & show methods not staticHampusM
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: add cursor controller interfaceHampusM
2022-06-13refactor: make cursor controller track cursor pos itselfHampusM
2022-06-13refactor: move directions to vector2 & make vector2 hashableHampusM
2022-06-13refactor: replace unsigned int with uint32_tHampusM
2022-06-13refactor: make vector2 & bounds data classesHampusM
2022-06-13feat: add moving cursorHampusM