Namespaces | |
namespace | OIS |
Classes | |
class | OIS::Exception |
Defines | |
#define | OIS_EXCEPT(err, str) throw( OIS::Exception(err, str, __LINE__, __FILE__) ) |
Use this macro to handle exceptions easily. | |
Variables | |
E_InputDisconnected | |
E_InputDeviceNonExistant | |
E_InputDeviceNotSupported | |
E_DeviceFull | |
E_NotSupported | |
E_NotImplemented | |
E_Duplicate | |
E_InvalidParam |
#define OIS_EXCEPT | ( | err, | |||
str | ) | throw( OIS::Exception(err, str, __LINE__, __FILE__) ) |
Use this macro to handle exceptions easily.