Exemple #1
0
 public void NotifyRightClick(int x, int y, bool hasSelection, string hoveredUri)
 {
     _terminalEventListener?.OnMouseClick(MouseButton.Right, x, y, hasSelection, hoveredUri);
 }
 public void NotifyRightClick(int x, int y, bool hasSelection)
 {
     _terminalEventListener.OnMouseClick(MouseButton.Right, x, y, hasSelection);
 }