コード例 #1
0
 /// <summary>
 ///     Initializes a new instance of the <see cref="ViGEmTarget"/> bound to a <see cref="ViGEmClient"/>.
 /// </summary>
 /// <param name="client">The <see cref="ViGEmClient"/> this device is attached to.</param>
 protected ViGEmTarget(ViGEmClient client)
 {
     Client = client;
 }