Sha256: 0e03780aa3d998f5e6a4a33315c3bb406a478683375732a41638f1030085f6fa

Contents?: true

Size: 1021 Bytes

Versions: 5

Compression:

Stored size: 1021 Bytes

Contents

/* ----------------------------------------------------------------------------
 * This file was automatically generated by SWIG (http://www.swig.org).
 * Version 1.3.31
 * 
 * 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_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 void buttonDown(Gosu::Button arg0);
    virtual void buttonUp(Gosu::Button arg0);
};


#endif

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
gosu-0.7.10.1 GosuImpl/RubyGosu_wrap.h
gosu-0.7.10.2 GosuImpl/RubyGosu_wrap.h
gosu-0.7.10.3 GosuImpl/RubyGosu_wrap.h
gosu-0.7.11 GosuImpl/RubyGosu_wrap.h
gosu-0.7.12 GosuImpl/RubyGosu_wrap.h