Package com.lapissea.glfw
Class GlfwMouseEvent
- java.lang.Object
-
- com.lapissea.glfw.GlfwEvent
-
- com.lapissea.glfw.GlfwMouseEvent
-
public class GlfwMouseEvent extends GlfwEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGlfwMouseEvent.Type
-
Constructor Summary
Constructors Constructor Description GlfwMouseEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetKey()GlfwMouseEvent.TypegetType()StringtoString()
-
-
-
Method Detail
-
getKey
public int getKey()
-
getType
public GlfwMouseEvent.Type getType()
-
-