Sha256: f98a11d2ad5e8d01971fd4704d35fe2792265adf5a318c4c89001cd6a98f749c
Contents?: true
Size: 1.37 KB
Versions: 5
Compression:
Stored size: 1.37 KB
Contents
/* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). * Version 3.0.5 * * 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 &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 updateInterval = 16.666666); virtual ~SwigDirector_Window(); virtual void update(); virtual void draw(); virtual bool needsRedraw() const; virtual bool needsCursor() const; virtual void loseFocus(); virtual void releaseMemory(); 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.9.2 | ext/gosu/gosu_wrap.h |
gosu-0.9.2.pre1 | ext/gosu/gosu_wrap.h |
gosu-0.9.1 | ext/gosu/gosu_wrap.h |
gosu-0.9.0 | ext/gosu/gosu_wrap.h |
gosu-0.9.0.pre1 | ext/gosu/gosu_wrap.h |