use a std::map instead of running through the AOS

This commit is contained in:
Michael Maltese
2016-08-09 19:54:59 -07:00
parent a5cc054bd1
commit d1594f9529
2 changed files with 19 additions and 21 deletions

View File

@ -24,6 +24,7 @@ private:
private:
CGKeyCode m_keycode;
std::string m_name;
};
class Cursor : public Input