예제 #1
0
 /// <summary>
 /// Detects whether the PS3 uDraw tablet device is currently attached to the PC.
 /// This is only detecting the presence of the USB dongle, NOT whether it is sync'd with the tablet.
 ///   I don't know how to do that.
 /// </summary>
 /// <returns></returns>
 public static bool IsDetected()
 {
     return(HIDDevice.IsDetected(_VENDOR_ID, _PRODUCT_ID));
 }