Table of Contents

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

Backward for the previous step, Forward for the next.

public StepDirection Direction { get; }

Property Value

StepDirection

Granularity

Which step channel the user asked for; Pass the ones you don't redefine.

public NavGranularity Granularity { get; }

Property Value

NavGranularity

Reps

Held-repeat burst count (≥ 1) — one event may stand for several rapid steps.

public int Reps { get; }

Property Value

int