Class GLFWWindow.WindowAdapter

java.lang.Object
com.blackrook.gloop.glfw.GLFWWindow.WindowAdapter
All Implemented Interfaces:
GLFWWindow.WindowListener
Enclosing class:
GLFWWindow

public static class GLFWWindow.WindowAdapter extends Object implements GLFWWindow.WindowListener
An implementation of GLFWWindow.WindowListener that provides a blank, no-op implementation so that only the desired functions need overriding.
Author:
Matthew Tropiano