Package com.lapissea.glfw
Class GlfwWindow.KeyboardEventRegistry
- java.lang.Object
-
- com.lapissea.util.event.EventRegistry<GlfwKeyboardEvent>
-
- com.lapissea.glfw.GlfwWindow.KeyboardEventRegistry
-
- Enclosing class:
- GlfwWindow
public static class GlfwWindow.KeyboardEventRegistry extends com.lapissea.util.event.EventRegistry<GlfwKeyboardEvent>
-
-
Constructor Summary
Constructors Constructor Description KeyboardEventRegistry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanregister(int key, GlfwKeyboardEvent.Type type, Consumer<GlfwKeyboardEvent> listener)
-
-
-
Method Detail
-
register
public boolean register(int key, GlfwKeyboardEvent.Type type, Consumer<GlfwKeyboardEvent> listener)
-
-