Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

O

O - Enum constant in enum class com.blackrook.gloop.glfw.input.enums.KeyType
 
onBlur(GLFWWindow) - Method in class com.blackrook.gloop.glfw.GLFWWindow.WindowAdapter
 
onBlur(GLFWWindow) - Method in interface com.blackrook.gloop.glfw.GLFWWindow.WindowListener
Called on a window blur event.
onClose(GLFWWindow) - Method in class com.blackrook.gloop.glfw.GLFWWindow.WindowAdapter
 
onClose(GLFWWindow) - Method in interface com.blackrook.gloop.glfw.GLFWWindow.WindowListener
Called on a window close event.
onContentScaleChange(GLFWWindow, float, float) - Method in class com.blackrook.gloop.glfw.GLFWWindow.WindowAdapter
 
onContentScaleChange(GLFWWindow, float, float) - Method in interface com.blackrook.gloop.glfw.GLFWWindow.WindowListener
Called on a window content scale change event.
onDrop(GLFWWindow, File[]) - Method in interface com.blackrook.gloop.glfw.GLFWWindow.DropListener
Called when one or more files are dropped on the window.
onFocus(GLFWWindow) - Method in class com.blackrook.gloop.glfw.GLFWWindow.WindowAdapter
 
onFocus(GLFWWindow) - Method in interface com.blackrook.gloop.glfw.GLFWWindow.WindowListener
Called on a window focus event.
onFramebufferChange(GLFWWindow, int, int) - Method in class com.blackrook.gloop.glfw.GLFWWindow.WindowAdapter
 
onFramebufferChange(GLFWWindow, int, int) - Method in interface com.blackrook.gloop.glfw.GLFWWindow.WindowListener
Called on a window frame buffer change event.
onIconify(GLFWWindow) - Method in class com.blackrook.gloop.glfw.GLFWWindow.WindowAdapter
 
onIconify(GLFWWindow) - Method in interface com.blackrook.gloop.glfw.GLFWWindow.WindowListener
Called on a window iconified event.
OnJoystickAxisAction - Annotation Interface in com.blackrook.gloop.glfw.input.annotation
Annotates a field that calls a method if a joystick axis is moved.
OnJoystickButtonAction - Annotation Interface in com.blackrook.gloop.glfw.input.annotation
Annotates a field that calls a method if a joystick button is pressed or released.
onJoystickConnect(int, boolean, String, String) - Method in interface com.blackrook.gloop.glfw.GLFWInputSystem.JoystickConnectionListener
Called when a joystick connects to the system.
OnJoystickDirectionAction - Annotation Interface in com.blackrook.gloop.glfw.input.annotation
Annotates a field that calls a method if a joystick axis is moved into a discrete state from deadzone.
onJoystickDisconnect(int) - Method in interface com.blackrook.gloop.glfw.GLFWInputSystem.JoystickConnectionListener
Called when a joystick disconnects from the system.
OnJoystickHatAction - Annotation Interface in com.blackrook.gloop.glfw.input.annotation
Annotates a field that calls a method if a joystick hat is moved.
OnKeyAction - Annotation Interface in com.blackrook.gloop.glfw.input.annotation
Annotates a field that calls a method if a key is pressed or released.
onKeyPress(GLFWWindow, int, int, int) - Method in class com.blackrook.gloop.glfw.GLFWWindow.InputAdapter
 
onKeyPress(GLFWWindow, int, int, int) - Method in interface com.blackrook.gloop.glfw.GLFWWindow.InputListener
Called when a key is pressed.
onKeyRelease(GLFWWindow, int, int, int) - Method in class com.blackrook.gloop.glfw.GLFWWindow.InputAdapter
 
onKeyRelease(GLFWWindow, int, int, int) - Method in interface com.blackrook.gloop.glfw.GLFWWindow.InputListener
Called when a key is released.
onKeyRepeated(GLFWWindow, int, int, int) - Method in class com.blackrook.gloop.glfw.GLFWWindow.InputAdapter
 
onKeyRepeated(GLFWWindow, int, int, int) - Method in interface com.blackrook.gloop.glfw.GLFWWindow.InputListener
Called when a key is repeat-fired via being held during a press.
onKeyTyped(GLFWWindow, char) - Method in class com.blackrook.gloop.glfw.GLFWWindow.InputAdapter
 
onKeyTyped(GLFWWindow, char) - Method in interface com.blackrook.gloop.glfw.GLFWWindow.InputListener
Called when a key character is typed (character).
OnKeyTypedAction - Annotation Interface in com.blackrook.gloop.glfw.input.annotation
Annotates a field that calls a method if a key is typed (or repeated type).
onMaximize(GLFWWindow) - Method in class com.blackrook.gloop.glfw.GLFWWindow.WindowAdapter
 
onMaximize(GLFWWindow) - Method in interface com.blackrook.gloop.glfw.GLFWWindow.WindowListener
Called on a window maximized event.
OnMouseAxisAction - Annotation Interface in com.blackrook.gloop.glfw.input.annotation
Annotates a field that calls a method if a mouse axis is moved.
OnMouseButtonAction - Annotation Interface in com.blackrook.gloop.glfw.input.annotation
Annotates a field that calls a method if a mouse button is pressed or released.
onMouseButtonPress(GLFWWindow, int, int) - Method in class com.blackrook.gloop.glfw.GLFWWindow.InputAdapter
 
onMouseButtonPress(GLFWWindow, int, int) - Method in interface com.blackrook.gloop.glfw.GLFWWindow.InputListener
Called when a mouse button is pressed.
onMouseButtonRelease(GLFWWindow, int, int) - Method in class com.blackrook.gloop.glfw.GLFWWindow.InputAdapter
 
onMouseButtonRelease(GLFWWindow, int, int) - Method in interface com.blackrook.gloop.glfw.GLFWWindow.InputListener
Called when a mouse button is released.
onMouseEntered(GLFWWindow) - Method in class com.blackrook.gloop.glfw.GLFWWindow.WindowAdapter
 
onMouseEntered(GLFWWindow) - Method in interface com.blackrook.gloop.glfw.GLFWWindow.WindowListener
Called when the mouse cursor enters the window.
onMouseExited(GLFWWindow) - Method in class com.blackrook.gloop.glfw.GLFWWindow.WindowAdapter
 
onMouseExited(GLFWWindow) - Method in interface com.blackrook.gloop.glfw.GLFWWindow.WindowListener
Called when the mouse cursor exits the window.
onMousePosition(GLFWWindow, double, double) - Method in class com.blackrook.gloop.glfw.GLFWWindow.InputAdapter
 
onMousePosition(GLFWWindow, double, double) - Method in interface com.blackrook.gloop.glfw.GLFWWindow.InputListener
Called when the mouse cursor is moved in the window.
OnMousePositionAction - Annotation Interface in com.blackrook.gloop.glfw.input.annotation
Annotates a field that calls a method if a mouse axis is moved, reporting the new window-relative position.
OnMouseScrollAction - Annotation Interface in com.blackrook.gloop.glfw.input.annotation
Annotates a field that calls a method if a mouse wheel is moved.
onPositionChange(GLFWWindow, int, int) - Method in class com.blackrook.gloop.glfw.GLFWWindow.WindowAdapter
 
onPositionChange(GLFWWindow, int, int) - Method in interface com.blackrook.gloop.glfw.GLFWWindow.WindowListener
Called on a window position change event.
onRefresh(GLFWWindow) - Method in class com.blackrook.gloop.glfw.GLFWWindow.WindowAdapter
 
onRefresh(GLFWWindow) - Method in interface com.blackrook.gloop.glfw.GLFWWindow.WindowListener
Called on a window refresh event.
onRestore(GLFWWindow) - Method in class com.blackrook.gloop.glfw.GLFWWindow.WindowAdapter
 
onRestore(GLFWWindow) - Method in interface com.blackrook.gloop.glfw.GLFWWindow.WindowListener
Called on a window restore event.
onScroll(GLFWWindow, double, double) - Method in class com.blackrook.gloop.glfw.GLFWWindow.InputAdapter
 
onScroll(GLFWWindow, double, double) - Method in interface com.blackrook.gloop.glfw.GLFWWindow.InputListener
Called when a scrolling action occurs.
onSizeChange(GLFWWindow, int, int) - Method in class com.blackrook.gloop.glfw.GLFWWindow.WindowAdapter
 
onSizeChange(GLFWWindow, int, int) - Method in interface com.blackrook.gloop.glfw.GLFWWindow.WindowListener
Called on a window size change event.
OPENGL_API - Enum constant in enum class com.blackrook.gloop.glfw.GLFWWindowHints.ClientAPI
 
OPENGL_ES_API - Enum constant in enum class com.blackrook.gloop.glfw.GLFWWindowHints.ClientAPI
 
OSMESA_CONTEXT_API - Enum constant in enum class com.blackrook.gloop.glfw.GLFWWindowHints.ContextCreationAPI
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form