source: GTP/trunk/Lib/Illum/IBRBillboardCloudTrees/OGRE/include/IBRBillboardCloudTreeFrameListener.h @ 861

Revision 861, 571 bytes checked in by igarcia, 18 years ago (diff)
RevLine 
[721]1#ifndef _IBRBILLBOARDCLOUDTREESFRAMELISTENER_H
2#define _IBRBILLBOARDCLOUDTREESFRAMELISTENER_H
3
4#include <OBAPrerequisites.h>
5#include <OBAOgreFrameListener.h>
6
7class IBRBillboardCloudTreeFrameListener : public OBA::OgreFrameListener
8{
9
10protected:
11
12public:
[861]13        IBRBillboardCloudTreeFrameListener(Ogre::RenderWindow *win, bool useBufferedInputKeys = false, bool useBufferedInputMouse = false);
[721]14
[861]15        ~IBRBillboardCloudTreeFrameListener();       
[721]16
[861]17        bool frameStarted(const Ogre::FrameEvent& evt);
[721]18
[861]19        bool processUnbufferedKeyInput(const Ogre::FrameEvent& evt);
20
[721]21};
22
23#endif
Note: See TracBrowser for help on using the repository browser.