Struct NavStep
- Namespace
- Ofs
- Assembly
- Ofs.Api.dll
A step request handed to an active navigator: which way, how many steps, which channel.
public readonly struct NavStep
Properties
Direction
public StepDirection Direction { get; }
Property Value
Granularity
Which step channel the user asked for; Pass the ones you don't redefine.
public NavGranularity Granularity { get; }
Property Value
Reps
Held-repeat burst count (≥ 1) — one event may stand for several rapid steps.
public int Reps { get; }