OIS
1.5
Object-oriented Input System
|
#include <OISObject.h>
Public Member Functions | |
virtual | ~Object () |
Type | type () const |
const std::string & | vendor () const |
virtual bool | buffered () const |
InputManager * | getCreator () const |
virtual void | setBuffered (bool buffered)=0 |
virtual void | capture ()=0 |
virtual int | getID () const |
virtual Interface * | queryInterface (Interface::IType type)=0 |
virtual void | _initialize ()=0 |
Protected Member Functions | |
Object (const std::string &vendor, Type iType, bool buffered, int devID, InputManager *creator) | |
Protected Attributes | |
std::string | mVendor |
Vendor name if applicable/known. More... | |
Type | mType |
Type of controller object. More... | |
bool | mBuffered |
Buffered flag. More... | |
int | mDevID |
Not fully implemented yet. More... | |
InputManager * | mCreator |
The creator who created this object. More... | |
The base class of all input types.
|
inlinevirtual |
|
inlineprotected |
|
pure virtual |
|
inlinevirtual |
|
pure virtual |
|
inline |
|
inlinevirtual |
|
pure virtual |
type | The type of interface you are looking for |
|
pure virtual |
|
inline |
|
inline |
|
protected |
Buffered flag.
|
protected |
The creator who created this object.
|
protected |
Not fully implemented yet.
|
protected |
Type of controller object.
|
protected |
Vendor name if applicable/known.