Sha256: 5c397ab1af10aa4e2109cba8b203cc49c83382c4d4746b3b1f52bdce58ce29e8

Contents?: true

Size: 1.49 KB

Versions: 16

Compression:

Stored size: 1.49 KB

Contents

/* ----------------------------------------------------------------------------
 * This file was automatically generated by SWIG (http://www.swig.org).
 * Version 3.0.12
 *
 * 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::string filter(std::string text) const;
};


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

public:
    SwigDirector_Window(VALUE self, unsigned int width, unsigned int height, bool fullscreen = false, double update_interval = 16.666666);
    virtual ~SwigDirector_Window();
    virtual void show();
    virtual bool tick();
    virtual void close();
    virtual void update();
    virtual void draw();
    virtual bool needs_redraw() const;
    virtual bool needs_cursor() const;
    virtual void lose_focus();
    virtual void release_memory();
    virtual void button_down(Gosu::Button arg0);
    virtual void button_up(Gosu::Button arg0);
    virtual void drop(std::string const &filename);
};


#endif

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
gosu-0.14.5 src/RubyGosu.h
gosu-0.14.4 src/RubyGosu.h
gosu-0.14.4.pre2 src/RubyGosu.h
gosu-0.14.3.pre1 src/RubyGosu.h
gosu-0.14.3 src/RubyGosu.h
gosu-0.14.0 src/RubyGosu.h
gosu-0.14.0.pre2 src/RubyGosu.h
gosu-0.13.3 src/RubyGosu.h
gosu-0.13.2 src/RubyGosu.h
gosu-0.13.1 src/RubyGosu.h
gosu-0.13.0 src/RubyGosu.h
gosu-0.12.1 src/RubyGosu.h
gosu-0.12.0 src/RubyGosu.h
gosu-0.11.4.pre3 src/RubyGosu.h
gosu-0.11.4.pre2 src/RubyGosu.h
gosu-0.11.4.pre1 src/RubyGosu.h