X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdesigner%2Fdesigner.h;h=c2c949eb409e706243db867eeb0115c2467c6934;hb=de09cba1d12af38ff2e7e4312d67624fe63bf0e4;hp=c72dd5c680068ed0432902b78b7567fda308d5c2;hpb=1d735b80482317fd930eb47ca255ab9f1f120a7d;p=r2c2.git diff --git a/source/designer/designer.h b/source/designer/designer.h index c72dd5c..c2c949e 100644 --- a/source/designer/designer.h +++ b/source/designer/designer.h @@ -1,8 +1,18 @@ +/* $Id$ + +This file is part of the MSP Märklin suite +Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa +Distributed under the GPL +*/ + #ifndef DESIGNER_H_ #define DESIGNER_H_ #include #include +#include +#include +#include #include #include #include "libmarklin/catalogue.h" @@ -27,6 +37,9 @@ private: INPUT }; + Msp::Graphics::Display *dpy; + Msp::Graphics::Window *wnd; + Msp::Graphics::GLContext *glc; unsigned screen_w; unsigned screen_h; Msp::GL::Font *font; @@ -70,8 +83,8 @@ private: void tick(); void key_press(unsigned, unsigned, wchar_t); void key_release(unsigned, unsigned); - void button_press(int, int, float, float, unsigned); - void pointer_motion(int, int, float, float); + void button_press(int, int, unsigned, unsigned); + void pointer_motion(int, int); void project_3d(); void apply_camera(); void render();