Esempio n. 1
0
 public void TurnOff()
 {
     if (this.pDevice != IntPtr.Zero)
     {
         SteamControllerLib.TurnOff(this.pDevice);
     }
 }