]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scenegraph/src/org/simantics/scenegraph/g2d/events/ISGMouseEvent.java
Sync git svn branch with SVN repository r33269.
[simantics/platform.git] / bundles / org.simantics.scenegraph / src / org / simantics / scenegraph / g2d / events / ISGMouseEvent.java
1 package org.simantics.scenegraph.g2d.events;
2
3 public interface ISGMouseEvent {
4         public double getDoubleX();
5         public double getDoubleY();
6 }