casmi.callback.MouseClickEventType Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of casmi Show documentation
Show all versions of casmi Show documentation
2D/3D visualization library for Jav
The newest version!
package casmi.callback;
public enum MouseClickEventType {
CLICKED,
PRESSED,
RELEASED,
DRAGGED,
MOVED
}