]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/root.h
Support loading Buttons from datafiles
[libs/gltk.git] / source / root.h
index 01153f50c681c56f37cd716740cb42a986616703..809780cf291829720cf328fd5bfe9604cf63b01b 100644 (file)
@@ -20,6 +20,7 @@ private:
        void pointer_motion_event(int, int);
        void key_press_event(unsigned, unsigned, wchar_t);
        void key_release_event(unsigned, unsigned);
+       void translate_coords(int &, int &);
 };
 
 } // namespace GLtk