/* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). * Version 2.0.7 * * This file is not intended to be easily readable and contains a number of * coding conventions designed to improve portability and efficiency. Do not make * changes to this file unless you know what you are doing--modify the SWIG * interface file instead. * ----------------------------------------------------------------------------- */ #ifndef SWIG_OIS_WRAP_H_ #define SWIG_OIS_WRAP_H_ namespace Swig { class Director; } class SwigDirector_KeyListener : public OIS::KeyListener, public Swig::Director { public: SwigDirector_KeyListener(VALUE self); virtual ~SwigDirector_KeyListener(); virtual bool keyPressed(OIS::KeyEvent const &arg); virtual bool keyReleased(OIS::KeyEvent const &arg); }; class SwigDirector_MouseListener : public OIS::MouseListener, public Swig::Director { public: SwigDirector_MouseListener(VALUE self); virtual ~SwigDirector_MouseListener(); virtual bool mouseMoved(OIS::MouseEvent const &arg); virtual bool mousePressed(OIS::MouseEvent const &arg, OIS::MouseButtonID id); virtual bool mouseReleased(OIS::MouseEvent const &arg, OIS::MouseButtonID id); }; #endif