Esempio n. 1
0
            internal static _IsAllTextSelected IsAllTextSelected()
            {
                if (_IsAllTextSelectedFunc == null)
                {
                    _IsAllTextSelectedFunc =
                        (_IsAllTextSelected)Marshal.GetDelegateForFunctionPointer(
                            Torque3D.DllLoadUtils.GetProcAddress(
                                Torque3D.Torque3DLibHandle,
                                "fnGuiTextEditCtrl_isAllTextSelected"), typeof(_IsAllTextSelected));
                }

                return(_IsAllTextSelectedFunc);
            }
Esempio n. 2
0
            internal static _IsAllTextSelected IsAllTextSelected()
            {
                if (_IsAllTextSelectedFunc == null)
                {
                    _IsAllTextSelectedFunc =
                        (_IsAllTextSelected)Marshal.GetDelegateForFunctionPointer(
                            NativeLibrary.GetExport(
                                Torque3D.Torque3DLibHandle,
                                "fnGuiTextEditCtrl_isAllTextSelected"), typeof(_IsAllTextSelected));
                }

                return(_IsAllTextSelectedFunc);
            }