Skip to content
Snippets Groups Projects
Commit 3e7712be authored by stefan's avatar stefan
Browse files

Export InputEvent constructor

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@1820 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent 1962bc59
No related branches found
No related tags found
No related merge requests found
...@@ -129,6 +129,7 @@ BOOST_PYTHON_MODULE(_gfx) ...@@ -129,6 +129,7 @@ BOOST_PYTHON_MODULE(_gfx)
.export_values() .export_values()
; ;
class_<InputEvent>("InputEvent", init<InputDevice, InputCommand, float>()) class_<InputEvent>("InputEvent", init<InputDevice, InputCommand, float>())
.def(init<InputDevice,InputCommand,int,int,float>())
; ;
class_<PrimList, bases<GfxObj>, PrimListP, boost::noncopyable>("PrimList", init<const String& >()) class_<PrimList, bases<GfxObj>, PrimListP, boost::noncopyable>("PrimList", init<const String& >())
.def("Clear",&PrimList::Clear) .def("Clear",&PrimList::Clear)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment