diff --git a/examples/osgpresentation/osgpresentation.cpp b/examples/osgpresentation/osgpresentation.cpp index 3104f8810..c45f6919d 100644 --- a/examples/osgpresentation/osgpresentation.cpp +++ b/examples/osgpresentation/osgpresentation.cpp @@ -402,6 +402,24 @@ int main(int argc, char** argv) PRINT_TYPE(presentation.get(), mystring) PRINT_TYPE(presentation.get(), mymatrix) + + osg::ref_ptr event = new osgGA::GUIEventAdapter; + if (pi.getSupportedProperties(event.get(), properties, true)) + { + OSG_NOTICE<<"Have supported properites found."<first<<", "<second)<