43 if ((data1 ==
nullptr) || (data2 ==
nullptr))
45 return data1->name < data2->name;
54 STD_VECTOR<SetupActionData*>
data;
68 FOR_EACH (STD_VECTOR<SetupActionData*>::iterator, it,
data)
80 if (sel < 0 || sel >
static_cast<signed int>(
mActionId.size()))
87 const std::map<InputActionT, int>::const_iterator it
std::vector< InputActionT > mActionId
InputActionT getActionFromSelection(const int sel) const
int getSelectionFromAction(const InputActionT action) const
std::map< InputActionT, int > mActionToSelection
#define FOR_EACH(type, iter, array)
#define A_DEFAULT_COPY(func)
const InputActionT actionId
SetupActionData *const touchActionData[]
const int touchActionDataSize
static class SortTouchActionFunctor touchActionSorter