zanthous / Hover-distance-limiter

limits max hover distance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hover Distance Limiter Plugin for OpenTabletDriver

Limits minimum and maximum hover distance.

Hover Distance Limiter:

Minimum Hover Distance: The minimum HoverDistance where input is sent.

Maximum Hover Distance: The maximum HoverDistance where input is sent.

Use Near Proximity Cutoff: Uses the NearProximity flag in Wacom tablet reports to filter out the range of hover where NearProximity is False.

Use Pressure Range Cutoff: Uses Pressure to filter input in addition to HoverDistance.

Minimum Pressure: The minimum Pressure where input is sent. (Only used when Use Pressure Range Cutoff is enabled.)

Maximum Pressure: The maximum Pressure where input is sent. (Only used when Use Pressure Range Cutoff is enabled.)

Remove Pen Reports: Uses Eraser flag to filter out reports where Eraser is False.

Remove Eraser Reports: Uses Eraser flag to filter out reports where Eraser is True.

How to find HoverDistance or Pressure:

  • Open tablet debugger by going to Tablets > Tablet debugger...

  • Put your pen within detection range of your tablet

  • The Tablet Report box will show the current values for HoverDistance and Pressure.

    HoverDistance will not show on all tablets. If this is the case for your tablet, HoverDistance is not supported.

About

limits max hover distance

License:GNU General Public License v3.0


Languages

Language:C# 94.2%Language:PowerShell 5.8%