Build fixes

This commit is contained in:
Robert Osfield
2006-03-14 13:18:21 +00:00
parent f3715665c0
commit d43dbaeadd
8 changed files with 15 additions and 10 deletions

View File

@@ -33,6 +33,7 @@ BEGIN_OBJECT_REFLECTOR(osgGA::EventQueue)
I_Method1(void, addEvent, IN, osgGA::GUIEventAdapter *, event);
I_Method4(void, windowResize, IN, float, Xmin, IN, float, Ymin, IN, float, Xmax, IN, float, Ymax);
I_Method1(void, mouseScroll, IN, osgGA::GUIEventAdapter::ScrollingMotion, sm);
I_Method2(void, mouseWarp, IN, float, x, IN, float, y);
I_Method2(void, mouseMotion, IN, float, x, IN, float, y);
I_Method3(void, mouseButtonPress, IN, float, x, IN, float, y, IN, unsigned int, button);
I_Method3(void, mouseButtonRelease, IN, float, x, IN, float, y, IN, unsigned int, button);