- Timestamp:
- 01/26/10 18:07:11 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgWrappers/introspection/osgWidget/Input.cpp
r10967 r11008 43 43 "", 44 44 ""); 45 I_Method1(bool, focus, IN, osgWidget::WindowManager *, x,45 I_Method1(bool, focus, IN, const osgWidget::WindowManager *, x, 46 46 Properties::VIRTUAL, 47 __bool__focus__ WindowManager_P1,47 __bool__focus__C5_WindowManager_P1, 48 48 "", 49 49 ""); 50 I_Method1(bool, unfocus, IN, osgWidget::WindowManager *, x,50 I_Method1(bool, unfocus, IN, const osgWidget::WindowManager *, x, 51 51 Properties::VIRTUAL, 52 __bool__unfocus__ WindowManager_P1,52 __bool__unfocus__C5_WindowManager_P1, 53 53 "", 54 54 ""); 55 I_Method3(bool, keyUp, IN, int, x, IN, int, x, IN, osgWidget::WindowManager *, x,55 I_Method3(bool, keyUp, IN, int, x, IN, int, x, IN, const osgWidget::WindowManager *, x, 56 56 Properties::VIRTUAL, 57 __bool__keyUp__int__int__ WindowManager_P1,57 __bool__keyUp__int__int__C5_WindowManager_P1, 58 58 "", 59 59 ""); 60 I_Method3(bool, keyDown, IN, int, x, IN, int, x, IN, osgWidget::WindowManager *, x,60 I_Method3(bool, keyDown, IN, int, x, IN, int, x, IN, const osgWidget::WindowManager *, x, 61 61 Properties::VIRTUAL, 62 __bool__keyDown__int__int__ WindowManager_P1,62 __bool__keyDown__int__int__C5_WindowManager_P1, 63 63 "", 64 64 "");
