![]() |
Pioneer
|
#include "InputBindings.h"#include "Input.h"#include "SDL_events.h"#include "SDL_joystick.h"#include "utils.h"#include <regex>
Namespaces | |
| namespace | Input |
Macros | |
| #define | ret_if_different(val) if (val != rhs.val) return val < rhs.val |
Typedefs | |
| using | smatch = std::match_results< std::string_view::const_iterator > |
Functions | |
| int | Input::JoystickFromGUIDString (const std::string &guid) |
| std::string | Input::JoystickGUIDString (int joystick) |
| Response | MatchType (const KeyBinding &k, const SDL_Event &ev) |
| bool | consumeMatch (std::string_view &str, smatch &match_results, std::regex ®) |
| std::string_view & | findCloseParen (std::string_view &str, std::string_view &retstr, smatch &match_results) |
| using smatch = std::match_results<std::string_view::const_iterator> |
| bool consumeMatch | ( | std::string_view & | str, |
| smatch & | match_results, | ||
| std::regex & | reg | ||
| ) |
| std::string_view & findCloseParen | ( | std::string_view & | str, |
| std::string_view & | retstr, | ||
| smatch & | match_results | ||
| ) |
| Response MatchType | ( | const KeyBinding & | k, |
| const SDL_Event & | ev | ||
| ) |