package render; public enum MouseEventType { MOUSE_PRESS, MOUSE_DRAG, MOUSE_RELEASE }