Skip to content

Commit 1cd3489

Browse files
committed
Update Hawku Smoothing filter to OTD v0.4.2 API
1 parent dda8963 commit 1cd3489

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.modules/OpenTabletDriver

Submodule OpenTabletDriver updated 177 files

HawkuFilters/HawkuFilters.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>netcoreapp3.1</TargetFramework>
4+
<TargetFramework>net5</TargetFramework>
55
</PropertyGroup>
66

77
<ItemGroup>

HawkuFilters/Smoothing.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ private void SetPreviousState(Vector2 lastPosition)
5252
[SliderProperty("Latency", 0f, 5f, 2f)]
5353
public float Latency { set; get; }
5454

55-
[UnitProperty("Timer Interval", "hz")]
55+
[Property("Timer Interval"), Unit("hz")]
5656
public float TimerInterval
5757
{
5858
set => _timerInterval = 1000f / value;

0 commit comments

Comments
 (0)