Example #1
0
 private void deliverNCMouseDown() {
   if (peer != null) {
     peer.notifyNCMouseDown();
   }
 }