예제 #1
0
파일: Intensity.cpp 프로젝트: Conzar/GIMX
string Intensity::GetGenericAxisName(s_axis_props axis_props)
{
  return controller_get_generic_axis_name_from_index(axis_props);
}
예제 #2
0
string ControlMapper::GetGenericAxisName(s_axis_props axis_props)
{
    return controller_get_generic_axis_name_from_index(axis_props);
}
예제 #3
0
파일: Intensity.cpp 프로젝트: Conzar/GIMX
string Intensity::GetGenericAxisName()
{
  return controller_get_generic_axis_name_from_index(m_Axis);
}
예제 #4
0
string ControlMapper::GetGenericAxisName()
{
    return controller_get_generic_axis_name_from_index(m_Axis);
}