示例#1
0
        private void Declare()
        {
            ControllerMax = new Output.ControllerMax(this);
            Gamepad = new Output.Gamepad(this);
            Gimx = new Gimx(this);
            Keyboard = new Input.KeyboardHook(this);
            Keymap = new Keymap(this);
            Menu = new Menu.ShowMenu(this);
            Mouse = new Input.Mouse.Hook(this);
            Remap = new Remapping();
            System = new Configuration(this);
            VideoResolution = new VideoResolution(this);

            //Fix these later
            KeyboardInterface = new Input.KeyboardInterface(Home);
            KeyboardInterface.getSystemHandle(System);
            KeyboardInterface.getRemapHangle(Remap);
            KeyboardInterface.getKeymapHandle(Keymap);

            TitanOne = new Output.TitanOne.Write(Home, System, Gamepad);
            External = new ExternalScript(Home);

            VideoCapture = new VideoCapture.VideoCapture(Home, System);

            System.GetClassHandles(VideoCapture, ControllerMax, TitanOne, VideoResolution);
        }
示例#2
0
 public void GetClassHandles(VideoCapture.VideoCapture inVideo, Output.ControllerMax inMax, Output.TitanOne.Write inTo, VideoResolution inVid)
 {
     Class.VideoCapture = inVideo;
     Class.ControllerMax = inMax;
     Class.TitanOne = inTo;
     Class.VideoResolution = inVid;
 }
示例#3
0
 public void GetClassHandles(VideoCapture.VideoCapture inVideo, Write inMax, Output.TitanOne.Write inTo, VideoResolution inVid)
 {
     Class.VideoCapture    = inVideo;
     Class.CronusPlus      = inMax;
     Class.TitanOne        = inTo;
     Class.VideoResolution = inVid;
 }
示例#4
0
 public void GetClassHandles(VideoCapture.VideoCapture inVideo, Write inMax, Output.TitanOne.Write inTo, VideoResolution inVid)
 {
     Class.VideoCapture = inVideo;
     Class.CronusPlus = inMax;
     Class.TitanOne = inTo;
     Class.VideoResolution = inVid;
 }