24 return _buttons.size();
35 return _buttons[i]->_raw;
46 return _buttons[i]->_mapped;
58 return _buttons[i]->_label;
72 if (it == _button_map.end()) {
75 return it->second._mapped;
112 if (it == _button_map.end()) {
113 static const string empty =
"";
116 return it->second._label;
136 static const string empty =
"";
This is our own Panda specialization on the default STL map.