DirectOutputR1
DirectOutput framework R1 for virtual pinball cabinets.
Go to:
Overview 
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros Pages
ILampToy.cs
Go to the documentation of this file.
1 using System;
2 namespace DirectOutput.Cab.Toys.Basic
3 {
8  public interface ILampToy:IAnalogToy
9  {
16  int Brightness { get; }
21  void SetBrightness(int Brightness);
22  }
23 }