Package org.lwjgl.glfw
Class GLFW.Functions
- java.lang.Object
-
- org.lwjgl.glfw.GLFW.Functions
-
- Enclosing class:
- GLFW
public static final class GLFW.Functions extends java.lang.Object
Contains the function pointers loaded from the glfwSharedLibrary
.
-
-
Field Summary
-
-
-
Field Detail
-
Init
public static final long Init
Function address.
-
Terminate
public static final long Terminate
Function address.
-
GetVersion
public static final long GetVersion
Function address.
-
GetVersionString
public static final long GetVersionString
Function address.
-
SetErrorCallback
public static final long SetErrorCallback
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.
-
GetMonitorPhysicalSize
public static final long GetMonitorPhysicalSize
Function address.
-
GetMonitorName
public static final long GetMonitorName
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.
-
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.
-
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.
-
GetWindowMonitor
public static final long GetWindowMonitor
Function address.
-
SetWindowMonitor
public static final long SetWindowMonitor
Function address.
-
GetWindowAttrib
public static final long GetWindowAttrib
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.
-
SetFramebufferSizeCallback
public static final long SetFramebufferSizeCallback
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.
-
GetKeyName
public static final long GetKeyName
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.
-
GetJoystickName
public static final long GetJoystickName
Function address.
-
SetJoystickCallback
public static final long SetJoystickCallback
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.
-
-