Sha256: d57dc2f993aaa751383387d071101fa9b2559f31a1b9fb55696ec6ff1d3cc4df

Contents?: true

Size: 1.27 KB

Versions: 7

Compression:

Stored size: 1.27 KB

Contents

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

namespace Swig {
  class Director;
}


class SwigDirector_TextInput : public Gosu::TextInput, public Swig::Director {

public:
    SwigDirector_TextInput(VALUE self);
    virtual ~SwigDirector_TextInput();
    virtual std::wstring filter(std::wstring const &textIn) const;
};


class SwigDirector_Window : public Gosu::Window, public Swig::Director {

public:
    SwigDirector_Window(VALUE self, unsigned int width, unsigned int height, bool fullscreen, double updateInterval = 16.666666);
    virtual ~SwigDirector_Window();
    virtual void update();
    virtual void draw();
    virtual bool needsRedraw() const;
    virtual void buttonDown(Gosu::Button arg0);
    virtual void buttonUp(Gosu::Button arg0);
};


#endif

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
gosu-0.7.22 GosuImpl/RubyGosu_wrap.h
gosu-0.7.21 GosuImpl/RubyGosu_wrap.h
gosu-0.7.20 GosuImpl/RubyGosu_wrap.h
gosu-0.7.19 GosuImpl/RubyGosu_wrap.h
gosu-0.7.18 GosuImpl/RubyGosu_wrap.h
gosu-0.7.17 GosuImpl/RubyGosu_wrap.h
gosu-0.7.16 GosuImpl/RubyGosu_wrap.h