forked from dolphin-emu/dolphin
use a std::map instead of running through the AOS
This commit is contained in:
@@ -24,6 +24,7 @@ private:
|
||||
|
||||
private:
|
||||
CGKeyCode m_keycode;
|
||||
std::string m_name;
|
||||
};
|
||||
|
||||
class Cursor : public Input
|
||||
|
||||
Reference in New Issue
Block a user