mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-07 08:16:31 +00:00
GUI & Tasking utils
This commit is contained in:
17
src/main/java/com/volmit/iris/util/ElementEvent.java
Normal file
17
src/main/java/com/volmit/iris/util/ElementEvent.java
Normal file
@@ -0,0 +1,17 @@
|
||||
package com.volmit.iris.util;
|
||||
|
||||
/**
|
||||
* Element Event.
|
||||
*
|
||||
* @author cyberpwn
|
||||
*
|
||||
*/
|
||||
public enum ElementEvent
|
||||
{
|
||||
LEFT,
|
||||
RIGHT,
|
||||
SHIFT_LEFT,
|
||||
SHIFT_RIGHT,
|
||||
DRAG_INTO,
|
||||
OTHER_DRAG_INTO;
|
||||
}
|
||||
Reference in New Issue
Block a user