public GL_SliderControl createSlider(GL_DialogWindow dialog, string sliderText)
    {
        IntPtr           cPtr = OpenGLSupportPINVOKE.GL_DialogDynamicsWorld_createSlider__SWIG_1(swigCPtr, GL_DialogWindow.getCPtr(dialog), sliderText);
        GL_SliderControl ret  = (cPtr == IntPtr.Zero) ? null : new GL_SliderControl(cPtr, false);

        return(ret);
    }
Example #2
0
 internal static HandleRef getCPtr(GL_SliderControl obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
 internal static HandleRef getCPtr(GL_SliderControl obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }