#include <iostream>#include <stdio.h>#include "gamepad-config/gamepad-config.h"#include "i18n/i18n.h"#include "perf/perf.h"#include "threadsafe/threadsafe.h"#include "threadsafe/threadsafe_multimap.h"
Go to the source code of this file.
Typedefs | |
| typedef threadsafe_multimap < std::string, int > | string_int_map_t |
Functions | |
| static int | selectFromMap (IN string_int_map_t &map, IN const char *title) |
| static smart_ptr < gamepad::SourceDevice > | selectDevice (IN gamepad::Manager *mgr) |
| static smart_ptr< gamepad::Type > | selectType (IN gamepad::Manager *mgr) |
| static void | displayHints (IN i18n::Manager *mgr) |
| static int | atExtreme (IN const gamepad::pot_value_t &pv) throw () |
| int | main (IN int argc, IN const char *argv[]) |
Variables | |
| static const char * | s_defaultLocale = "en_US.UTF-8" |
| typedef threadsafe_multimap<std::string, int> string_int_map_t |
| static int selectFromMap | ( | IN string_int_map_t & | map, | |
| IN const char * | title | |||
| ) | [static] |
| static smart_ptr<gamepad::SourceDevice> selectDevice | ( | IN gamepad::Manager * | mgr | ) | [static] |
| static smart_ptr<gamepad::Type> selectType | ( | IN gamepad::Manager * | mgr | ) | [static] |
| static void displayHints | ( | IN i18n::Manager * | mgr | ) | [static] |
| static int atExtreme | ( | IN const gamepad::pot_value_t & | pv | ) | throw () [static] |
const char* s_defaultLocale = "en_US.UTF-8" [static] |
1.7.1