#include "joystick.hpp"
#include "preferences.hpp"
#include "log.hpp"
#include <boost/math/constants/constants.hpp>
Go to the source code of this file.
Macros | |
#define | ERR_JOY LOG_STREAM(err, log_joystick) |
#define | LOG_JOY LOG_STREAM(info, log_joystick) |
#define | DBG_JOY LOG_STREAM(debug, log_joystick) |
Functions | |
static bool | attached (const std::vector< SDL_Joystick * > &joysticks, const size_t index) |
static const char * | name (const std::vector< SDL_Joystick * > &joysticks, const size_t index) |
Variables | |
static lg::log_domain | log_joystick ("joystick") |
#define DBG_JOY LOG_STREAM(debug, log_joystick) |
Definition at line 24 of file joystick.cpp.
#define ERR_JOY LOG_STREAM(err, log_joystick) |
Definition at line 22 of file joystick.cpp.
Referenced by joystick_manager::close(), and joystick_manager::init().
#define LOG_JOY LOG_STREAM(info, log_joystick) |
Definition at line 23 of file joystick.cpp.
Referenced by joystick_manager::close(), and joystick_manager::init().
|
static |
Definition at line 39 of file joystick.cpp.
Referenced by joystick_manager::close(), joystick_manager::get_axis(), joystick_manager::get_axis_pair(), and joystick_manager::init().
|
static |
Definition at line 46 of file joystick.cpp.
Referenced by joystick_manager::close(), and joystick_manager::init().
|
static |