Example #1
0
 /// <summary>
 /// Sets the value of the pen's sensitivity property that controls the force sensor of pen
 /// </summary>
 /// <param name="step">the value of sensitivity. (0~4, 0 means maximum sensitivity)</param>
 public void SetSensitivity(short step)
 {
     Request(() => mClientV1.ReqSetupPenSensitivity(step), () => mClientV2.ReqSetupPenSensitivity(step));
 }