Exemplo n.º 1
0
 public static void Release()
 {
     if (inputDevice != null)
     {
         inputDevice.Release();
         inputDevice = null;
     }
 }