Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
S
- S - Enum constant in enum class com.blackrook.gloop.glfw.input.enums.KeyType
- SCROLL_LOCK - Enum constant in enum class com.blackrook.gloop.glfw.input.enums.KeyType
- SEMICOLON - Enum constant in enum class com.blackrook.gloop.glfw.input.enums.KeyType
- setAccumAlphaBits(int) - Method in class com.blackrook.gloop.glfw.GLFWWindowHints
-
Sets the next created window's accumulation framebuffer's alpha bits.
- setAccumBlueBits(int) - Method in class com.blackrook.gloop.glfw.GLFWWindowHints
-
Sets the next created window's accumulation framebuffer's blue color bits.
- setAccumGreenBits(int) - Method in class com.blackrook.gloop.glfw.GLFWWindowHints
-
Sets the next created window's accumulation framebuffer's green color bits.
- setAccumRedBits(int) - Method in class com.blackrook.gloop.glfw.GLFWWindowHints
-
Sets the next created window's accumulation framebuffer's red color bits.
- setAlphaBits(int) - Method in class com.blackrook.gloop.glfw.GLFWWindowHints
-
Sets the next created window's framebuffer's alpha bits.
- setAspectRatio(int, int) - Method in class com.blackrook.gloop.glfw.GLFWWindow
-
Sets this window's aspect ratio limits.
- setAutoIconified(boolean) - Method in class com.blackrook.gloop.glfw.GLFWWindow
-
Sets if this window is iconified on creation.
- setAutoIconified(boolean) - Method in class com.blackrook.gloop.glfw.GLFWWindowHints
-
Sets if the next created window starts iconified on creation.
- setAuxBuffers(int) - Method in class com.blackrook.gloop.glfw.GLFWWindowHints
-
Sets the next created window's auxiliary buffers.
- setBlueBits(int) - Method in class com.blackrook.gloop.glfw.GLFWWindowHints
-
Sets the next created window's framebuffer's blue color bits.
- setCenteredCursor(boolean) - Method in class com.blackrook.gloop.glfw.GLFWWindowHints
-
Sets if the next created window starts with the mouse cursor centered over it (fullscreen only).
- setClientAPI(GLFWWindowHints.ClientAPI) - Method in class com.blackrook.gloop.glfw.GLFWWindowHints
-
Sets which client API to create the context for.
- setClosing(boolean) - Method in class com.blackrook.gloop.glfw.GLFWWindow
-
Sets the closing flag of this window (aka "window should close").
- setCocoaGraphicsSwitching(boolean) - Method in class com.blackrook.gloop.glfw.GLFWWindowHints
-
Specifies whether to enable Automatic Graphics Switching, i.e.
- setCocoaRetinaFrameBuffer(boolean) - Method in class com.blackrook.gloop.glfw.GLFWWindowHints
-
Sets whether to use full resolution framebuffers on Retina displays.
- setContextCreationAPI(GLFWWindowHints.ContextCreationAPI) - Method in class com.blackrook.gloop.glfw.GLFWWindowHints
-
Sets which context creation API to use to create the context.
- setContextNoError(boolean) - Method in class com.blackrook.gloop.glfw.GLFWWindowHints
-
Sets whether errors should be generated by the context.
- setContextReleaseBehavior(GLFWWindowHints.ContextReleaseBehavior) - Method in class com.blackrook.gloop.glfw.GLFWWindowHints
-
Sets the release behavior to be used by the context.
- setContextRobustness(GLFWWindowHints.ContextRobustness) - Method in class com.blackrook.gloop.glfw.GLFWWindowHints
-
Sets the robustness strategy to be used by the context.
- setContextVersion(int, int) - Method in class com.blackrook.gloop.glfw.GLFWWindowHints
-
Sets the OpenGL version.
- setCursor(GLFWCursor) - Method in class com.blackrook.gloop.glfw.GLFWWindow
-
Sets this window's cursor.
- setCursorMode(GLFWWindow.CursorMode) - Method in class com.blackrook.gloop.glfw.GLFWWindow
-
Sets this window's cursor mode.
- setDecorated(boolean) - Method in class com.blackrook.gloop.glfw.GLFWWindow
-
Sets if this window is decorated (has shell bordering).
- setDecorated(boolean) - Method in class com.blackrook.gloop.glfw.GLFWWindowHints
-
Sets if the next created window is decorated on creation.
- setDepthBits(int) - Method in class com.blackrook.gloop.glfw.GLFWWindowHints
-
Sets the next created window's depth buffer bits.
- setDoubleBuffered(boolean) - Method in class com.blackrook.gloop.glfw.GLFWWindowHints
-
Sets if the next created window is double-buffered.
- setErrorStream(PrintStream) - Static method in class com.blackrook.gloop.glfw.GLFWContext
-
Sets the output stream for GLFW error callbacks.
- setEventWait(long) - Method in class com.blackrook.gloop.glfw.GLFWContext.MainLoop
-
Sets the amount of time in milliseconds to wait for new events in the loop.
- setFloating(boolean) - Method in class com.blackrook.gloop.glfw.GLFWWindow
-
Sets if this window is floating, or rather, "always on top".
- setFloating(boolean) - Method in class com.blackrook.gloop.glfw.GLFWWindowHints
-
Sets if the next created window starts floating, or rather, "always on top".
- setFocused(boolean) - Method in class com.blackrook.gloop.glfw.GLFWWindowHints
-
Sets if the next created window gains immediate focus on creation.
- setFocusOnShow(boolean) - Method in class com.blackrook.gloop.glfw.GLFWWindow
-
Sets if this window requests focus when shown.
- setFocusOnShow(boolean) - Method in class com.blackrook.gloop.glfw.GLFWWindowHints
-
Sets if the next created window requests focus when shown.
- setGreenBits(int) - Method in class com.blackrook.gloop.glfw.GLFWWindowHints
-
Sets the next created window's framebuffer's green color bits.
- setIcon(BufferedImage) - Method in class com.blackrook.gloop.glfw.GLFWWindow
-
Sets this window's icon.
- setLockKeyMods(boolean) - Method in class com.blackrook.gloop.glfw.GLFWWindow
-
Sets if the lock keys pass their modifier bits to the input system.
- setLoopWaitMillis(long) - Method in class com.blackrook.gloop.glfw.GLFWContext.MainLoop
-
Sets the amount of time in milliseconds to wait at the end of the loop after all hooks run and all events are polled.
- setMaximized(boolean) - Method in class com.blackrook.gloop.glfw.GLFWWindowHints
-
Sets if the next created window starts maximized on creation.
- setMonitor(GLFWMonitor, int, int, int, int, int) - Method in class com.blackrook.gloop.glfw.GLFWWindow
-
Sets the target monitor for this window in fullscreen mode.
- setOpacity(float) - Method in class com.blackrook.gloop.glfw.GLFWWindow
-
Sets the window opacity.
- setOpenGLDebugContext(boolean) - Method in class com.blackrook.gloop.glfw.GLFWWindowHints
-
Sets whether to create a debug OpenGL context, which may have additional error and performance issue reporting functionality.
- setOpenGLForwardCompatibility(boolean) - Method in class com.blackrook.gloop.glfw.GLFWWindowHints
-
Sets whether the OpenGL context should be forward-compatible, i.e.
- setOpenGLProfile(GLFWWindowHints.OpenGLProfile) - Method in class com.blackrook.gloop.glfw.GLFWWindowHints
-
Sets which OpenGL profile to create the context for.
- setPosition(int, int) - Method in class com.blackrook.gloop.glfw.GLFWWindow
-
Sets this window's position (upper-left coordinate).
- setRawMouseMotion(boolean) - Method in class com.blackrook.gloop.glfw.GLFWWindow
-
Sets if the mouse motion on this window is raw, no acceleration applied.
- setRedBits(int) - Method in class com.blackrook.gloop.glfw.GLFWWindowHints
-
Sets the next created window's framebuffer's red color bits.
- setRefreshRate(int) - Method in class com.blackrook.gloop.glfw.GLFWWindowHints
-
Sets the next created window's refresh rate.
- setResizable(boolean) - Method in class com.blackrook.gloop.glfw.GLFWWindow
-
Sets if this window is resizable (via user, not program).
- setResizable(boolean) - Method in class com.blackrook.gloop.glfw.GLFWWindowHints
-
Sets if the next created window is resizable (manually, not via methods).
- setSamples(int) - Method in class com.blackrook.gloop.glfw.GLFWWindowHints
-
Sets the next created window's multisample samples.
- setScaleToMonitor(boolean) - Method in class com.blackrook.gloop.glfw.GLFWWindowHints
-
Sets if the next created window resizes proportionally to each monitor it touches.
- setShutDownOnExit(boolean) - Method in class com.blackrook.gloop.glfw.GLFWContext.MainLoop
-
Sets if GLFW shuts down on exit.
- setSize(int, int) - Method in class com.blackrook.gloop.glfw.GLFWWindow
-
Sets this window's size.
- setSizeLimits(int, int, int, int) - Method in class com.blackrook.gloop.glfw.GLFWWindow
-
Sets the size limits of the content area of the specified window.
- setSRGBCapable(boolean) - Method in class com.blackrook.gloop.glfw.GLFWWindowHints
-
Sets if the next created window is SRGB Capable.
- setStencilBits(int) - Method in class com.blackrook.gloop.glfw.GLFWWindowHints
-
Sets the next created window's stencil buffer bits.
- setStereo(boolean) - Method in class com.blackrook.gloop.glfw.GLFWWindowHints
-
Sets if the next created window is in stereo mode.
- setStickyKeys(boolean) - Method in class com.blackrook.gloop.glfw.GLFWWindow
-
Sets if sticky keys is enabled.
- setStickyMouseButtons(boolean) - Method in class com.blackrook.gloop.glfw.GLFWWindow
-
Sets if sticky mouse buttons is enabled.
- setSwapInterval(int) - Static method in class com.blackrook.gloop.glfw.GLFWContext
-
Sets how many vertical blanks need to occur before a window buffer swap.
- setTitle(String) - Method in class com.blackrook.gloop.glfw.GLFWWindow
-
Sets this window's title.
- setTransparentFramebuffer(boolean) - Method in class com.blackrook.gloop.glfw.GLFWWindowHints
-
Sets if the next created window can have a transparent framebuffer (not supported everywhere).
- setVisible(boolean) - Method in class com.blackrook.gloop.glfw.GLFWWindow
-
Sets the visibility of the window.
- setVisible(boolean) - Method in class com.blackrook.gloop.glfw.GLFWWindowHints
-
Sets if the next created window is visible on creation.
- SLASH - Enum constant in enum class com.blackrook.gloop.glfw.input.enums.KeyType
- SPACE - Enum constant in enum class com.blackrook.gloop.glfw.input.enums.KeyType
- START - Enum constant in enum class com.blackrook.gloop.glfw.input.enums.JoystickButtonType
- State() - Constructor for class com.blackrook.gloop.glfw.GLFWWindow.State
- swapBuffers() - Method in class com.blackrook.gloop.glfw.GLFWWindow
-
Swaps the front and back buffer on the window, redrawing its contents to the foreground.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form