Ejemplo n.º 1
0
            internal static _OnDeleteKey OnDeleteKey()
            {
                if (_OnDeleteKeyFunc == null)
                {
                    _OnDeleteKeyFunc =
                        (_OnDeleteKey)Marshal.GetDelegateForFunctionPointer(
                            Torque3D.DllLoadUtils.GetProcAddress(
                                Torque3D.Torque3DLibHandle,
                                "cbGuiTextListCtrl_onDeleteKey"), typeof(_OnDeleteKey));
                }

                return(_OnDeleteKeyFunc);
            }
Ejemplo n.º 2
0
            internal static _OnDeleteKey OnDeleteKey()
            {
                if (_OnDeleteKeyFunc == null)
                {
                    _OnDeleteKeyFunc =
                        (_OnDeleteKey)Marshal.GetDelegateForFunctionPointer(
                            NativeLibrary.GetExport(
                                Torque3D.Torque3DLibHandle,
                                "cbGuiTextListCtrl_onDeleteKey"), typeof(_OnDeleteKey));
                }

                return(_OnDeleteKeyFunc);
            }