WIP
DirectOutput framework for virtual pinball cabinets WIP
Go to:
Overview 
Shaker.cs
Go to the documentation of this file.
1 
2 namespace DirectOutput.Cab.Toys.Hardware
3 {
18  public class Shaker : Motor
19  {
20  }
21 }
Motor toy supporting max. and min. power, max. runtime and kickstart settings. The settings of this ...
Definition: Motor.cs:17
Shaker toy with settings for minimum and maximum power, fading curves, max runtime and kickstart...
Definition: Shaker.cs:18