#ifndef _IBRBILLBOARDCLOUDTREESFRAMELISTENER_H #define _IBRBILLBOARDCLOUDTREESFRAMELISTENER_H #include #include class IBRBillboardCloudTreeFrameListener : public OBA::OgreFrameListener { protected: public: IBRBillboardCloudTreeFrameListener(Ogre::RenderWindow *win, bool useBufferedInputKeys = false, bool useBufferedInputMouse = false); ~IBRBillboardCloudTreeFrameListener(); bool frameStarted(const Ogre::FrameEvent& evt); bool processUnbufferedKeyInput(const Ogre::FrameEvent& evt); }; #endif