Inheritance
System.Object
StepCounter
public class StepCounter : Sensor
Properties
Declaration
public static StepCounter current { get; }
Property Value
The number of steps taken by the user since the last reboot while activated.
Declaration
public IntegerControl stepCounter { get; }
Property Value
Methods
Declaration
protected override void FinishSetup(InputDeviceBuilder builder)
Parameters
Overrides
Declaration
public override void MakeCurrent()
Overrides
Declaration
protected override void OnRemoved()
Overrides
Extension Methods