Exemplo n.º 1
0
            internal static _AddKeybindRow AddKeybindRow()
            {
                if (_AddKeybindRowFunc == null)
                {
                    _AddKeybindRowFunc =
                        (_AddKeybindRow)Marshal.GetDelegateForFunctionPointer(
                            NativeLibrary.GetExport(
                                Torque3D.Torque3DLibHandle,
                                "fnGuiGameListMenuCtrl_addKeybindRow"), typeof(_AddKeybindRow));
                }

                return(_AddKeybindRowFunc);
            }
Exemplo n.º 2
0
            internal static _AddKeybindRow AddKeybindRow()
            {
                if (_AddKeybindRowFunc == null)
                {
                    _AddKeybindRowFunc =
                        (_AddKeybindRow)Marshal.GetDelegateForFunctionPointer(
                            Torque3D.DllLoadUtils.GetProcAddress(
                                Torque3D.Torque3DLibHandle,
                                "fnGuiGameListMenuCtrl_addKeybindRow"), typeof(_AddKeybindRow));
                }

                return(_AddKeybindRowFunc);
            }