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.
mentioned in merge request !80 (closed)
mentioned in merge request !95 (merged)
mentioned in merge request !97 (closed)
closed with merge request !95 (merged)