Updated wrappers

This commit is contained in:
Robert Osfield
2006-11-15 20:23:15 +00:00
parent 43c6a1c275
commit 2aec799d98
2 changed files with 2 additions and 2 deletions

View File

@@ -76,7 +76,7 @@ BEGIN_OBJECT_REFLECTOR(osgGA::EventQueue)
"Note, just moves the mouse position without creating a new event for it. ");
I_Method2(void, mouseMotion, IN, float, x, IN, float, y,
__void__mouseMotion__float__float,
"Method for adapting mouse motion events whilst mouse buttons are pressed, placing this event on the back of the event queue. ",
"Method for adapting mouse motion events, placing this event on the back of the event queue. ",
"");
I_Method3(void, mouseButtonPress, IN, float, x, IN, float, y, IN, unsigned int, button,
__void__mouseButtonPress__float__float__unsigned_int,

View File

@@ -10,7 +10,7 @@ CXXFILES =\
Viewer.cpp\
ViewerEventHandler.cpp\
LIBS += -losgProducer -losg -losgIntrospection -losgUtil -losgDB -lProducer -losgGA -losgText $(GL_LIBS) $(OTHER_LIBS)
LIBS += -losgProducer -losg -losgIntrospection -losgUtil -losgGA -losgDB -lProducer -losgGA -losgText $(GL_LIBS) $(OTHER_LIBS)
OPTF = -O