#include <vector>
#include <string>
#include <map>
#include "OISConfig.h"
Namespaces | |
namespace | OIS |
Classes | |
struct | OIS::Component |
Base of all device components (button, axis, etc). More... | |
struct | OIS::Button |
Button can be a keyboard key, mouse button, etc. More... | |
struct | OIS::Axis |
Axis component. More... | |
Defines | |
#define | _OISExport |
#define | OIS_LINUX_PLATFORM |
#define | OIS_ARCH_32 |
#define | OIS_VERSION_MAJOR 1 |
#define | OIS_VERSION_MINOR 0 |
#define | OIS_VERSION_PATCH 0 |
#define | OIS_VERSION_NAME "Nitro" |
#define | OIS_VERSION ((OIS_VERSION_MAJOR << 16) | (OIS_VERSION_MINOR << 8) | OIS_VERSION_PATCH) |
Typedefs | |
typedef _OISExport std::multimap< std::string, std::string > | OIS::ParamList |
Way to send OS nuetral parameters.. ie OS Window handles, modes, flags. | |
Variables | |
OISUnknown = 0 | |
OISKeyboard = 1 | |
OISMouse = 2 | |
OISJoyStick = 3 | |
OIS_Unknown = 0 | |
OIS_Button = 1 | |
OIS_Axis = 2 | |
OIS_Slider = 3 |
#define _OISExport |
#define OIS_ARCH_32 |
#define OIS_LINUX_PLATFORM |
#define OIS_VERSION ((OIS_VERSION_MAJOR << 16) | (OIS_VERSION_MINOR << 8) | OIS_VERSION_PATCH) |
#define OIS_VERSION_MAJOR 1 |
#define OIS_VERSION_MINOR 0 |
#define OIS_VERSION_NAME "Nitro" |
#define OIS_VERSION_PATCH 0 |
OIS_Axis = 2 |
OIS_Button = 1 |
OIS_Slider = 3 |
OIS_Unknown = 0 |
OISJoyStick = 3 |
OISKeyboard = 1 |
OISMouse = 2 |
OISUnknown = 0 |