File OgreSelectEvent.h

namespace Gsage
class OgreSelectEvent : public SelectEvent

Public Functions

OgreSelectEvent(Event::ConstType type, const unsigned int &flags, const std::string &entityId, const Ogre::Vector3 &intersection)
virtual ~OgreSelectEvent()
const Ogre::Vector3 &getIntersection() const

Get selection hit point

Private Members

Ogre::Vector3 mIntersection