Sha256: e09db1ffd9af85629ff65d8fff3c58f9e22cf71e020174650ea12d3cfc7e44e3

Contents?: true

Size: 1.29 KB

Versions: 2

Compression:

Stored size: 1.29 KB

Contents

/* ----------------------------------------------------------------------------
 * This file was automatically generated by SWIG (http://www.swig.org).
 * Version 2.0.4
 * 
 * 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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ruby-ogre-0.0.2-x86-linux bindings/ois/interface/ois_wrap.h
ruby-ogre-0.0.1-x86-linux bindings/ois/interface/ois_wrap.h