示例#1
0
 /// <summary>
 /// Changes the input mode to view-only or interactive.
 /// </summary>
 /// <param name="viewOnly">True if view-only mode is desired (no mouse/keyboard events will be sent).</param>
 public void SetInputMode(bool viewOnly)
 {
     vnc.SetInputMode(viewOnly);
 }