]> gerrit.simantics Code Review - simantics/platform.git/blob - ISGMouseEvent.java
8aed81c0fd86fe140e2b8c8bddeb3e0ad018186b
[simantics/platform.git] / ISGMouseEvent.java
1 package org.simantics.scenegraph.g2d.events;
2
3 public interface ISGMouseEvent {
4         public double getDoubleX();
5         public double getDoubleY();
6 }