Use std::vector instead of std::list
Keyboard object uses lists, when using vectors would simplify code (e.g. random access is now an option). I have no clue why I used lists initially.
Keyboard object uses lists, when using vectors would simplify code (e.g. random access is now an option). I have no clue why I used lists initially.