Skip to content

Commit

Permalink
1.2 released
Browse files Browse the repository at this point in the history
  • Loading branch information
alexChurkin committed Nov 14, 2021
1 parent fb25e40 commit 57a6efa
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 33 deletions.
5 changes: 0 additions & 5 deletions Input/InputEmulator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ private static void OnFFBEvent(IntPtr data, object userData)
if (joyStick.Ffb_h_Eff_Constant(data, ref effectInf) == ERROR_SUCCESS)
{
ffbListener.OnFfbEffect((uint)Math.Abs(effectInf.Magnitude));
Console.WriteLine("OK, Magnitude = " + effectInf.Magnitude);
}
else
{
//Console.WriteLine("UNABLE");
}
}

Expand Down
67 changes: 40 additions & 27 deletions MainForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("TruckRemoteServer")]
[assembly: AssemblyCopyright("Copyright © 2019")]
[assembly: AssemblyCopyright("Copyright © 2021")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down

0 comments on commit 57a6efa

Please sign in to comment.