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