Package org.lwjgl.sdl

Class SDLVideo.Functions

java.lang.Object
org.lwjgl.sdl.SDLVideo.Functions
Enclosing class:
SDLVideo

public static final class SDLVideo.Functions extends Object
Contains the function pointers loaded from SDL.getLibrary().
  • Field Details

    • GetNumVideoDrivers

      public static final long GetNumVideoDrivers
      Function address.
    • GetVideoDriver

      public static final long GetVideoDriver
      Function address.
    • GetCurrentVideoDriver

      public static final long GetCurrentVideoDriver
      Function address.
    • GetSystemTheme

      public static final long GetSystemTheme
      Function address.
    • GetDisplays

      public static final long GetDisplays
      Function address.
    • GetPrimaryDisplay

      public static final long GetPrimaryDisplay
      Function address.
    • GetDisplayProperties

      public static final long GetDisplayProperties
      Function address.
    • GetDisplayName

      public static final long GetDisplayName
      Function address.
    • GetDisplayBounds

      public static final long GetDisplayBounds
      Function address.
    • GetDisplayUsableBounds

      public static final long GetDisplayUsableBounds
      Function address.
    • GetNaturalDisplayOrientation

      public static final long GetNaturalDisplayOrientation
      Function address.
    • GetCurrentDisplayOrientation

      public static final long GetCurrentDisplayOrientation
      Function address.
    • GetDisplayContentScale

      public static final long GetDisplayContentScale
      Function address.
    • GetFullscreenDisplayModes

      public static final long GetFullscreenDisplayModes
      Function address.
    • GetClosestFullscreenDisplayMode

      public static final long GetClosestFullscreenDisplayMode
      Function address.
    • GetDesktopDisplayMode

      public static final long GetDesktopDisplayMode
      Function address.
    • GetCurrentDisplayMode

      public static final long GetCurrentDisplayMode
      Function address.
    • GetDisplayForPoint

      public static final long GetDisplayForPoint
      Function address.
    • GetDisplayForRect

      public static final long GetDisplayForRect
      Function address.
    • GetDisplayForWindow

      public static final long GetDisplayForWindow
      Function address.
    • GetWindowPixelDensity

      public static final long GetWindowPixelDensity
      Function address.
    • GetWindowDisplayScale

      public static final long GetWindowDisplayScale
      Function address.
    • SetWindowFullscreenMode

      public static final long SetWindowFullscreenMode
      Function address.
    • GetWindowFullscreenMode

      public static final long GetWindowFullscreenMode
      Function address.
    • GetWindowICCProfile

      public static final long GetWindowICCProfile
      Function address.
    • GetWindowPixelFormat

      public static final long GetWindowPixelFormat
      Function address.
    • GetWindows

      public static final long GetWindows
      Function address.
    • CreateWindow

      public static final long CreateWindow
      Function address.
    • CreatePopupWindow

      public static final long CreatePopupWindow
      Function address.
    • CreateWindowWithProperties

      public static final long CreateWindowWithProperties
      Function address.
    • GetWindowID

      public static final long GetWindowID
      Function address.
    • GetWindowFromID

      public static final long GetWindowFromID
      Function address.
    • GetWindowParent

      public static final long GetWindowParent
      Function address.
    • GetWindowProperties

      public static final long GetWindowProperties
      Function address.
    • GetWindowFlags

      public static final long GetWindowFlags
      Function address.
    • SetWindowTitle

      public static final long SetWindowTitle
      Function address.
    • GetWindowTitle

      public static final long GetWindowTitle
      Function address.
    • SetWindowIcon

      public static final long SetWindowIcon
      Function address.
    • SetWindowPosition

      public static final long SetWindowPosition
      Function address.
    • GetWindowPosition

      public static final long GetWindowPosition
      Function address.
    • SetWindowSize

      public static final long SetWindowSize
      Function address.
    • GetWindowSize

      public static final long GetWindowSize
      Function address.
    • GetWindowSafeArea

      public static final long GetWindowSafeArea
      Function address.
    • SetWindowAspectRatio

      public static final long SetWindowAspectRatio
      Function address.
    • GetWindowAspectRatio

      public static final long GetWindowAspectRatio
      Function address.
    • GetWindowBordersSize

      public static final long GetWindowBordersSize
      Function address.
    • GetWindowSizeInPixels

      public static final long GetWindowSizeInPixels
      Function address.
    • SetWindowMinimumSize

      public static final long SetWindowMinimumSize
      Function address.
    • GetWindowMinimumSize

      public static final long GetWindowMinimumSize
      Function address.
    • SetWindowMaximumSize

      public static final long SetWindowMaximumSize
      Function address.
    • GetWindowMaximumSize

      public static final long GetWindowMaximumSize
      Function address.
    • SetWindowBordered

      public static final long SetWindowBordered
      Function address.
    • SetWindowResizable

      public static final long SetWindowResizable
      Function address.
    • SetWindowAlwaysOnTop

      public static final long SetWindowAlwaysOnTop
      Function address.
    • ShowWindow

      public static final long ShowWindow
      Function address.
    • HideWindow

      public static final long HideWindow
      Function address.
    • RaiseWindow

      public static final long RaiseWindow
      Function address.
    • MaximizeWindow

      public static final long MaximizeWindow
      Function address.
    • MinimizeWindow

      public static final long MinimizeWindow
      Function address.
    • RestoreWindow

      public static final long RestoreWindow
      Function address.
    • SetWindowFullscreen

      public static final long SetWindowFullscreen
      Function address.
    • SyncWindow

      public static final long SyncWindow
      Function address.
    • WindowHasSurface

      public static final long WindowHasSurface
      Function address.
    • GetWindowSurface

      public static final long GetWindowSurface
      Function address.
    • SetWindowSurfaceVSync

      public static final long SetWindowSurfaceVSync
      Function address.
    • GetWindowSurfaceVSync

      public static final long GetWindowSurfaceVSync
      Function address.
    • UpdateWindowSurface

      public static final long UpdateWindowSurface
      Function address.
    • UpdateWindowSurfaceRects

      public static final long UpdateWindowSurfaceRects
      Function address.
    • DestroyWindowSurface

      public static final long DestroyWindowSurface
      Function address.
    • SetWindowKeyboardGrab

      public static final long SetWindowKeyboardGrab
      Function address.
    • SetWindowMouseGrab

      public static final long SetWindowMouseGrab
      Function address.
    • GetWindowKeyboardGrab

      public static final long GetWindowKeyboardGrab
      Function address.
    • GetWindowMouseGrab

      public static final long GetWindowMouseGrab
      Function address.
    • GetGrabbedWindow

      public static final long GetGrabbedWindow
      Function address.
    • SetWindowMouseRect

      public static final long SetWindowMouseRect
      Function address.
    • GetWindowMouseRect

      public static final long GetWindowMouseRect
      Function address.
    • SetWindowOpacity

      public static final long SetWindowOpacity
      Function address.
    • GetWindowOpacity

      public static final long GetWindowOpacity
      Function address.
    • SetWindowParent

      public static final long SetWindowParent
      Function address.
    • SetWindowModal

      public static final long SetWindowModal
      Function address.
    • SetWindowFocusable

      public static final long SetWindowFocusable
      Function address.
    • ShowWindowSystemMenu

      public static final long ShowWindowSystemMenu
      Function address.
    • SetWindowHitTest

      public static final long SetWindowHitTest
      Function address.
    • SetWindowShape

      public static final long SetWindowShape
      Function address.
    • FlashWindow

      public static final long FlashWindow
      Function address.
    • DestroyWindow

      public static final long DestroyWindow
      Function address.
    • ScreenSaverEnabled

      public static final long ScreenSaverEnabled
      Function address.
    • EnableScreenSaver

      public static final long EnableScreenSaver
      Function address.
    • DisableScreenSaver

      public static final long DisableScreenSaver
      Function address.
    • GL_LoadLibrary

      public static final long GL_LoadLibrary
      Function address.
    • GL_GetProcAddress

      public static final long GL_GetProcAddress
      Function address.
    • EGL_GetProcAddress

      public static final long EGL_GetProcAddress
      Function address.
    • GL_UnloadLibrary

      public static final long GL_UnloadLibrary
      Function address.
    • GL_ExtensionSupported

      public static final long GL_ExtensionSupported
      Function address.
    • GL_ResetAttributes

      public static final long GL_ResetAttributes
      Function address.
    • GL_SetAttribute

      public static final long GL_SetAttribute
      Function address.
    • GL_GetAttribute

      public static final long GL_GetAttribute
      Function address.
    • GL_CreateContext

      public static final long GL_CreateContext
      Function address.
    • GL_MakeCurrent

      public static final long GL_MakeCurrent
      Function address.
    • GL_GetCurrentWindow

      public static final long GL_GetCurrentWindow
      Function address.
    • GL_GetCurrentContext

      public static final long GL_GetCurrentContext
      Function address.
    • EGL_GetCurrentDisplay

      public static final long EGL_GetCurrentDisplay
      Function address.
    • EGL_GetCurrentConfig

      public static final long EGL_GetCurrentConfig
      Function address.
    • EGL_GetWindowSurface

      public static final long EGL_GetWindowSurface
      Function address.
    • EGL_SetAttributeCallbacks

      public static final long EGL_SetAttributeCallbacks
      Function address.
    • GL_SetSwapInterval

      public static final long GL_SetSwapInterval
      Function address.
    • GL_GetSwapInterval

      public static final long GL_GetSwapInterval
      Function address.
    • GL_SwapWindow

      public static final long GL_SwapWindow
      Function address.
    • GL_DestroyContext

      public static final long GL_DestroyContext
      Function address.