Class GLFW.Functions

java.lang.Object
org.lwjgl.glfw.GLFW.Functions
Enclosing class:
GLFW

public static final class GLFW.Functions extends Object
Contains the function pointers loaded from the glfw SharedLibrary.
  • Field Details

    • Init

      public static final long Init
      Function address.
    • Terminate

      public static final long Terminate
      Function address.
    • InitHint

      public static final long InitHint
      Function address.
    • InitAllocator

      public static final long InitAllocator
      Function address.
    • GetVersion

      public static final long GetVersion
      Function address.
    • GetVersionString

      public static final long GetVersionString
      Function address.
    • GetError

      public static final long GetError
      Function address.
    • SetErrorCallback

      public static final long SetErrorCallback
      Function address.
    • GetPlatform

      public static final long GetPlatform
      Function address.
    • PlatformSupported

      public static final long PlatformSupported
      Function address.
    • GetMonitors

      public static final long GetMonitors
      Function address.
    • GetPrimaryMonitor

      public static final long GetPrimaryMonitor
      Function address.
    • GetMonitorPos

      public static final long GetMonitorPos
      Function address.
    • GetMonitorWorkarea

      public static final long GetMonitorWorkarea
      Function address.
    • GetMonitorPhysicalSize

      public static final long GetMonitorPhysicalSize
      Function address.
    • GetMonitorContentScale

      public static final long GetMonitorContentScale
      Function address.
    • GetMonitorName

      public static final long GetMonitorName
      Function address.
    • SetMonitorUserPointer

      public static final long SetMonitorUserPointer
      Function address.
    • GetMonitorUserPointer

      public static final long GetMonitorUserPointer
      Function address.
    • SetMonitorCallback

      public static final long SetMonitorCallback
      Function address.
    • GetVideoModes

      public static final long GetVideoModes
      Function address.
    • GetVideoMode

      public static final long GetVideoMode
      Function address.
    • SetGamma

      public static final long SetGamma
      Function address.
    • GetGammaRamp

      public static final long GetGammaRamp
      Function address.
    • SetGammaRamp

      public static final long SetGammaRamp
      Function address.
    • DefaultWindowHints

      public static final long DefaultWindowHints
      Function address.
    • WindowHint

      public static final long WindowHint
      Function address.
    • WindowHintString

      public static final long WindowHintString
      Function address.
    • CreateWindow

      public static final long CreateWindow
      Function address.
    • DestroyWindow

      public static final long DestroyWindow
      Function address.
    • WindowShouldClose

      public static final long WindowShouldClose
      Function address.
    • SetWindowShouldClose

      public static final long SetWindowShouldClose
      Function address.
    • SetWindowTitle

      public static final long SetWindowTitle
      Function address.
    • SetWindowIcon

      public static final long SetWindowIcon
      Function address.
    • GetWindowPos

      public static final long GetWindowPos
      Function address.
    • SetWindowPos

      public static final long SetWindowPos
      Function address.
    • GetWindowSize

      public static final long GetWindowSize
      Function address.
    • SetWindowSizeLimits

      public static final long SetWindowSizeLimits
      Function address.
    • SetWindowAspectRatio

      public static final long SetWindowAspectRatio
      Function address.
    • SetWindowSize

      public static final long SetWindowSize
      Function address.
    • GetFramebufferSize

      public static final long GetFramebufferSize
      Function address.
    • GetWindowFrameSize

      public static final long GetWindowFrameSize
      Function address.
    • GetWindowContentScale

      public static final long GetWindowContentScale
      Function address.
    • GetWindowOpacity

      public static final long GetWindowOpacity
      Function address.
    • SetWindowOpacity

      public static final long SetWindowOpacity
      Function address.
    • IconifyWindow

      public static final long IconifyWindow
      Function address.
    • RestoreWindow

      public static final long RestoreWindow
      Function address.
    • MaximizeWindow

      public static final long MaximizeWindow
      Function address.
    • ShowWindow

      public static final long ShowWindow
      Function address.
    • HideWindow

      public static final long HideWindow
      Function address.
    • FocusWindow

      public static final long FocusWindow
      Function address.
    • RequestWindowAttention

      public static final long RequestWindowAttention
      Function address.
    • GetWindowMonitor

      public static final long GetWindowMonitor
      Function address.
    • SetWindowMonitor

      public static final long SetWindowMonitor
      Function address.
    • GetWindowAttrib

      public static final long GetWindowAttrib
      Function address.
    • SetWindowAttrib

      public static final long SetWindowAttrib
      Function address.
    • SetWindowUserPointer

      public static final long SetWindowUserPointer
      Function address.
    • GetWindowUserPointer

      public static final long GetWindowUserPointer
      Function address.
    • SetWindowPosCallback

      public static final long SetWindowPosCallback
      Function address.
    • SetWindowSizeCallback

      public static final long SetWindowSizeCallback
      Function address.
    • SetWindowCloseCallback

      public static final long SetWindowCloseCallback
      Function address.
    • SetWindowRefreshCallback

      public static final long SetWindowRefreshCallback
      Function address.
    • SetWindowFocusCallback

      public static final long SetWindowFocusCallback
      Function address.
    • SetWindowIconifyCallback

      public static final long SetWindowIconifyCallback
      Function address.
    • SetWindowMaximizeCallback

      public static final long SetWindowMaximizeCallback
      Function address.
    • SetFramebufferSizeCallback

      public static final long SetFramebufferSizeCallback
      Function address.
    • SetWindowContentScaleCallback

      public static final long SetWindowContentScaleCallback
      Function address.
    • PollEvents

      public static final long PollEvents
      Function address.
    • WaitEvents

      public static final long WaitEvents
      Function address.
    • WaitEventsTimeout

      public static final long WaitEventsTimeout
      Function address.
    • PostEmptyEvent

      public static final long PostEmptyEvent
      Function address.
    • GetInputMode

      public static final long GetInputMode
      Function address.
    • SetInputMode

      public static final long SetInputMode
      Function address.
    • RawMouseMotionSupported

      public static final long RawMouseMotionSupported
      Function address.
    • GetKeyName

      public static final long GetKeyName
      Function address.
    • GetKeyScancode

      public static final long GetKeyScancode
      Function address.
    • GetKey

      public static final long GetKey
      Function address.
    • GetMouseButton

      public static final long GetMouseButton
      Function address.
    • GetCursorPos

      public static final long GetCursorPos
      Function address.
    • SetCursorPos

      public static final long SetCursorPos
      Function address.
    • CreateCursor

      public static final long CreateCursor
      Function address.
    • CreateStandardCursor

      public static final long CreateStandardCursor
      Function address.
    • DestroyCursor

      public static final long DestroyCursor
      Function address.
    • SetCursor

      public static final long SetCursor
      Function address.
    • SetKeyCallback

      public static final long SetKeyCallback
      Function address.
    • SetCharCallback

      public static final long SetCharCallback
      Function address.
    • SetCharModsCallback

      public static final long SetCharModsCallback
      Function address.
    • SetMouseButtonCallback

      public static final long SetMouseButtonCallback
      Function address.
    • SetCursorPosCallback

      public static final long SetCursorPosCallback
      Function address.
    • SetCursorEnterCallback

      public static final long SetCursorEnterCallback
      Function address.
    • SetScrollCallback

      public static final long SetScrollCallback
      Function address.
    • SetDropCallback

      public static final long SetDropCallback
      Function address.
    • JoystickPresent

      public static final long JoystickPresent
      Function address.
    • GetJoystickAxes

      public static final long GetJoystickAxes
      Function address.
    • GetJoystickButtons

      public static final long GetJoystickButtons
      Function address.
    • GetJoystickHats

      public static final long GetJoystickHats
      Function address.
    • GetJoystickName

      public static final long GetJoystickName
      Function address.
    • GetJoystickGUID

      public static final long GetJoystickGUID
      Function address.
    • SetJoystickUserPointer

      public static final long SetJoystickUserPointer
      Function address.
    • GetJoystickUserPointer

      public static final long GetJoystickUserPointer
      Function address.
    • JoystickIsGamepad

      public static final long JoystickIsGamepad
      Function address.
    • SetJoystickCallback

      public static final long SetJoystickCallback
      Function address.
    • UpdateGamepadMappings

      public static final long UpdateGamepadMappings
      Function address.
    • GetGamepadName

      public static final long GetGamepadName
      Function address.
    • GetGamepadState

      public static final long GetGamepadState
      Function address.
    • SetClipboardString

      public static final long SetClipboardString
      Function address.
    • GetClipboardString

      public static final long GetClipboardString
      Function address.
    • GetTime

      public static final long GetTime
      Function address.
    • SetTime

      public static final long SetTime
      Function address.
    • GetTimerValue

      public static final long GetTimerValue
      Function address.
    • GetTimerFrequency

      public static final long GetTimerFrequency
      Function address.
    • MakeContextCurrent

      public static final long MakeContextCurrent
      Function address.
    • GetCurrentContext

      public static final long GetCurrentContext
      Function address.
    • SwapBuffers

      public static final long SwapBuffers
      Function address.
    • SwapInterval

      public static final long SwapInterval
      Function address.
    • ExtensionSupported

      public static final long ExtensionSupported
      Function address.
    • GetProcAddress

      public static final long GetProcAddress
      Function address.