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

Revision 861, 571 bytes checked in by igarcia, 18 years ago (diff)
Line 
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:
13        IBRBillboardCloudTreeFrameListener(Ogre::RenderWindow *win, bool useBufferedInputKeys = false, bool useBufferedInputMouse = false);
14
15        ~IBRBillboardCloudTreeFrameListener();       
16
17        bool frameStarted(const Ogre::FrameEvent& evt);
18
19        bool processUnbufferedKeyInput(const Ogre::FrameEvent& evt);
20
21};
22
23#endif
Note: See TracBrowser for help on using the repository browser.