Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
G
- G - Enum constant in enum class com.blackrook.gloop.glfw.input.enums.KeyType
- getAll() - Static method in class com.blackrook.gloop.glfw.GLFWMonitor
-
Gets all available monitor devices.
- getAxisDeadzone(JoystickAxisType) - Method in interface com.blackrook.gloop.glfw.GLFWInputSystem.JoystickInputParameters
-
Gets the deadzone magnitude for a particular axis id.
- getAxisPrecisionEpsilon() - Method in interface com.blackrook.gloop.glfw.GLFWInputSystem.JoystickInputParameters
-
Gets the axis precision epsilon value.
- getById(int) - Static method in enum class com.blackrook.gloop.glfw.input.enums.JoystickAxisType
-
Gets a gamepad axis by corresponding GLFW id.
- getById(int) - Static method in enum class com.blackrook.gloop.glfw.input.enums.JoystickButtonType
-
Gets a gamepad button by corresponding GLFW id.
- getById(int) - Static method in enum class com.blackrook.gloop.glfw.input.enums.JoystickDirectionType
-
Gets a joystick hat position by corresponding GLFW id.
- getById(int) - Static method in enum class com.blackrook.gloop.glfw.input.enums.JoystickHatType
-
Gets a joystick hat position by corresponding GLFW id.
- getById(int) - Static method in enum class com.blackrook.gloop.glfw.input.enums.KeyType
-
Gets a key by corresponding GLFW id.
- getById(int) - Static method in enum class com.blackrook.gloop.glfw.input.enums.MouseButtonType
-
Gets a mouse button by corresponding GLFW id.
- getContentScale() - Method in class com.blackrook.gloop.glfw.GLFWWindow
-
Gets the content scale for the specified window.
- getContentScaleX() - Method in class com.blackrook.gloop.glfw.GLFWMonitor
- getContentScaleX() - Method in class com.blackrook.gloop.glfw.GLFWWindow.State
- getContentScaleY() - Method in class com.blackrook.gloop.glfw.GLFWMonitor
- getContentScaleY() - Method in class com.blackrook.gloop.glfw.GLFWWindow.State
- getFrameBufferHeight() - Method in class com.blackrook.gloop.glfw.GLFWWindow.State
- getFramebufferSize() - Method in class com.blackrook.gloop.glfw.GLFWWindow
-
Gets the frame buffer size.
- getFrameBufferWidth() - Method in class com.blackrook.gloop.glfw.GLFWWindow.State
- getFrameSize() - Method in class com.blackrook.gloop.glfw.GLFWWindow
-
Gets the window's frame size.
- getGLFWId() - Method in enum class com.blackrook.gloop.glfw.input.enums.JoystickAxisType
- getGLFWId() - Method in enum class com.blackrook.gloop.glfw.input.enums.JoystickButtonType
- getGLFWId() - Method in enum class com.blackrook.gloop.glfw.input.enums.JoystickDirectionType
- getGLFWId() - Method in enum class com.blackrook.gloop.glfw.input.enums.JoystickHatType
- getGLFWId() - Method in enum class com.blackrook.gloop.glfw.input.enums.KeyType
- getGLFWId() - Method in enum class com.blackrook.gloop.glfw.input.enums.MouseButtonType
- getHandle() - Method in class com.blackrook.gloop.glfw.GLFWCursor
- getHandle() - Method in class com.blackrook.gloop.glfw.GLFWHandle
- getHandle() - Method in class com.blackrook.gloop.glfw.GLFWMonitor
- getHandle() - Method in class com.blackrook.gloop.glfw.GLFWWindow
- getHeight() - Method in class com.blackrook.gloop.glfw.GLFWWindow.Rectangle
- getHeight() - Method in class com.blackrook.gloop.glfw.GLFWWindow.State
- getHeightMM() - Method in class com.blackrook.gloop.glfw.GLFWMonitor
- getJoystickAxisType(int) - Method in interface com.blackrook.gloop.glfw.GLFWInputSystem.JoystickInputParameters
-
Gets a specific axis enumeration for a particular axis id.
- getJoystickButtonType(int) - Method in interface com.blackrook.gloop.glfw.GLFWInputSystem.JoystickInputParameters
-
Gets a specific button enumeration for a particular button id.
- getMonitor() - Method in class com.blackrook.gloop.glfw.GLFWWindow
-
Sets the current monitor for this window.
- getName() - Method in class com.blackrook.gloop.glfw.GLFWMonitor
- getOpacity(float) - Method in class com.blackrook.gloop.glfw.GLFWWindow
-
Gets the window opacity.
- getPosition() - Method in class com.blackrook.gloop.glfw.GLFWWindow
-
Gets this window's position (upper-left coordinate).
- getPositionX() - Method in class com.blackrook.gloop.glfw.GLFWMonitor
- getPositionX() - Method in class com.blackrook.gloop.glfw.GLFWWindow.State
- getPositionY() - Method in class com.blackrook.gloop.glfw.GLFWMonitor
- getPositionY() - Method in class com.blackrook.gloop.glfw.GLFWWindow.State
- getPrimaryMonitor() - Static method in class com.blackrook.gloop.glfw.GLFWMonitor
-
Gets the primary monitor.
- getSize() - Method in class com.blackrook.gloop.glfw.GLFWWindow
-
Gets this window's size.
- getState() - Method in class com.blackrook.gloop.glfw.GLFWWindow
-
Gets a window characteristic state that can be fetched outside of the main polling thread.
- getVideoMode() - Method in class com.blackrook.gloop.glfw.GLFWMonitor
- getWidth() - Method in class com.blackrook.gloop.glfw.GLFWWindow.Rectangle
- getWidth() - Method in class com.blackrook.gloop.glfw.GLFWWindow.State
- getWidthMM() - Method in class com.blackrook.gloop.glfw.GLFWMonitor
- getWorkAreaHeight() - Method in class com.blackrook.gloop.glfw.GLFWMonitor
- getWorkAreaWidth() - Method in class com.blackrook.gloop.glfw.GLFWMonitor
- getWorkAreaX() - Method in class com.blackrook.gloop.glfw.GLFWMonitor
- getWorkAreaY() - Method in class com.blackrook.gloop.glfw.GLFWMonitor
- GLFWContext - Class in com.blackrook.gloop.glfw
-
GLFW context state.
- GLFWContext() - Constructor for class com.blackrook.gloop.glfw.GLFWContext
- GLFWContext.MainLoop - Class in com.blackrook.gloop.glfw
-
Main GLFW looper.
- GLFWCursor - Class in com.blackrook.gloop.glfw
-
A GLFW cursor instance.
- GLFWException - Exception Class in com.blackrook.gloop.glfw.exception
-
Generic GLFW error.
- GLFWException() - Constructor for exception class com.blackrook.gloop.glfw.exception.GLFWException
- GLFWException(String) - Constructor for exception class com.blackrook.gloop.glfw.exception.GLFWException
- GLFWException(String, Throwable) - Constructor for exception class com.blackrook.gloop.glfw.exception.GLFWException
- GLFWHandle - Class in com.blackrook.gloop.glfw
-
Generic GLFW handle type.
- GLFWHandle() - Constructor for class com.blackrook.gloop.glfw.GLFWHandle
-
Allocates a new GLFW handle.
- GLFWInputSystem - Class in com.blackrook.gloop.glfw
-
An input event filtering system, meant to be used as a "one-stop" management class.
- GLFWInputSystem() - Constructor for class com.blackrook.gloop.glfw.GLFWInputSystem
-
Creates a new input system.
- GLFWInputSystem.JoystickConnectionListener - Interface in com.blackrook.gloop.glfw
-
A listener interface for when joysticks/gamepads get connected or disconnected from GLFW.
- GLFWInputSystem.JoystickInputParameters - Interface in com.blackrook.gloop.glfw
-
Joystick input parameters per added device.
- GLFWMonitor - Class in com.blackrook.gloop.glfw
-
A GLFW monitor information instance.
- GLFWWindow - Class in com.blackrook.gloop.glfw
-
A GLFW window instance.
- GLFWWindow(GLFWWindowHints, GLFWMonitor, GLFWWindow, String, int, int) - Constructor for class com.blackrook.gloop.glfw.GLFWWindow
-
Creates a new GLFW window, sharing its OpenGL resources with another window.
- GLFWWindow(GLFWWindowHints, GLFWMonitor, String, int, int) - Constructor for class com.blackrook.gloop.glfw.GLFWWindow
-
Creates a new GLFW window.
- GLFWWindow(GLFWWindowHints, GLFWWindow, String, int, int) - Constructor for class com.blackrook.gloop.glfw.GLFWWindow
-
Creates a new GLFW window, sharing its OpenGL resources with another window.
- GLFWWindow(GLFWWindowHints, String, int, int) - Constructor for class com.blackrook.gloop.glfw.GLFWWindow
-
Creates a new GLFW window.
- GLFWWindow.CursorMode - Enum Class in com.blackrook.gloop.glfw
-
Enum of window cursor modes.
- GLFWWindow.Dimension - Class in com.blackrook.gloop.glfw
-
A dimension.
- GLFWWindow.DropListener - Interface in com.blackrook.gloop.glfw
-
A drag 'n drop event listener interface.
- GLFWWindow.InputAdapter - Class in com.blackrook.gloop.glfw
-
An implementation of
GLFWWindow.InputListenerthat provides a blank, no-op implementation so that only the desired functions need overriding. - GLFWWindow.InputListener - Interface in com.blackrook.gloop.glfw
-
An input event listener interface.
- GLFWWindow.Point - Class in com.blackrook.gloop.glfw
-
A single point.
- GLFWWindow.PointF - Class in com.blackrook.gloop.glfw
-
A single point, floating-point.
- GLFWWindow.Rectangle - Class in com.blackrook.gloop.glfw
-
A rectangle bound.
- GLFWWindow.State - Class in com.blackrook.gloop.glfw
-
Window characteristic state that can be fetched outside of the main thread.
- GLFWWindow.WindowAdapter - Class in com.blackrook.gloop.glfw
-
An implementation of
GLFWWindow.WindowListenerthat provides a blank, no-op implementation so that only the desired functions need overriding. - GLFWWindow.WindowListener - Interface in com.blackrook.gloop.glfw
-
A window event listener interface.
- GLFWWindowHints - Class in com.blackrook.gloop.glfw
-
Windows hints for the next window created.
- GLFWWindowHints() - Constructor for class com.blackrook.gloop.glfw.GLFWWindowHints
-
Creates a new default set of hints.
- GLFWWindowHints.ClientAPI - Enum Class in com.blackrook.gloop.glfw
- GLFWWindowHints.ContextCreationAPI - Enum Class in com.blackrook.gloop.glfw
- GLFWWindowHints.ContextReleaseBehavior - Enum Class in com.blackrook.gloop.glfw
- GLFWWindowHints.ContextRobustness - Enum Class in com.blackrook.gloop.glfw
- GLFWWindowHints.OpenGLProfile - Enum Class in com.blackrook.gloop.glfw
- GRAVE_ACCENT - Enum constant in enum class com.blackrook.gloop.glfw.input.enums.KeyType
- GUIDE - Enum constant in enum class com.blackrook.gloop.glfw.input.enums.JoystickButtonType
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form