Updated wrappers

This commit is contained in:
Robert Osfield
2007-06-13 10:45:36 +00:00
parent a9a55de053
commit 6f95508df8

View File

@@ -233,6 +233,11 @@ BEGIN_OBJECT_REFLECTOR(osgViewer::View)
__void__setUpViewAcrossAllScreens,
"Convinience method for creating slave Cameras and associated GraphicsWindows across all screens. ",
"");
I_MethodWithDefaults5(void, setUpViewInWindow, IN, int, x, , IN, int, y, , IN, int, width, , IN, int, height, , IN, unsigned int, screenNum, 0,
Properties::NON_VIRTUAL,
__void__setUpViewInWindow__int__int__int__int__unsigned_int,
"Convinience method for a single Camara on a single window. ",
"");
I_MethodWithDefaults1(void, setUpViewOnSingleScreen, IN, unsigned int, screenNum, 0,
Properties::NON_VIRTUAL,
__void__setUpViewOnSingleScreen__unsigned_int,