WIP
DirectOutput framework for virtual pinball cabinets WIP
Go to:
Overview 
GearMotor.cs
Go to the documentation of this file.
1 
2 namespace DirectOutput.Cab.Toys.Hardware
3 {
13  public class GearMotor: Motor
14  {
15  }
16 }
Motor toy supporting max. and min. power, max. runtime and kickstart settings. The settings of this ...
Definition: Motor.cs:17
GearMotor toy supporting max. and min. power, max. runtime and kickstart settings. The settings of this toy allow for a detailed definition of the behaviour of the connected motor.
Definition: GearMotor.cs:13