View Javadoc

1   package org.catacomb.interlish.interact;
2   
3   
4   public interface ClickListener {
5   
6   
7       void pointClicked(int x, int y, int button);
8   
9   
10  }