Support Forum G3D Web Page |
We don't provide motion or button events because those are polled directly from the trackedObjectArray(). More...
Public Types | |
enum | Type { OBJECT_CREATED, OBJECT_DESTROYED } |
Static Public Member Functions | |
static shared_ptr< Event > | create (Type t, const shared_ptr< Object > &obj) |
Public Attributes | |
shared_ptr< Object > | object |
Type | type |
Protected Member Functions | |
Event (Type t, const shared_ptr< Object > &obj) | |
We don't provide motion or button events because those are polled directly from the trackedObjectArray().
enum G3D::XR::Event::Type |
|
inlinestatic |
shared_ptr<Object> G3D::XR::Event::object |
Type G3D::XR::Event::type |