Exemplo n.º 1
0
 public MainForm()
 {
     InitializeComponent();
     sf4memory  = new SF4Memory(chkSteamVersion.Checked);
     sf4control = new SF4Record(sf4memory, TPInputLibrary.SF4InputHandler.InputType.XBoxController);
     sf4control.OnRecordInput += RecordedInputUpdate;
     sf4control.OnResetInput  += ResetInput;
 }
 public void Action(SF4Record recorder)
 {
     this.timeLineItem.Action(recorder, this.sendInputs);
 }