DirectOutputR1
DirectOutput framework R1 for virtual pinball cabinets.
Go to:
Overview 
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros Pages
IToyUpdatable.cs
Go to the documentation of this file.
1 
2 namespace DirectOutput.Cab.Toys
3 {
7  public interface IToyUpdatable: IToy
8  {
13  void UpdateOutputs();
14  }
15 }