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); }
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; }
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; }