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, Terminate, GetVersion, GetVersionString, SetErrorCallback, GetMonitors, GetPrimaryMonitor, GetMonitorPos, GetMonitorPhysicalSize, GetMonitorName, SetMonitorCallback, GetVideoModes, GetVideoMode, SetGamma, GetGammaRamp, SetGammaRamp, DefaultWindowHints, WindowHint, CreateWindow, DestroyWindow, WindowShouldClose, SetWindowShouldClose, SetWindowTitle, SetWindowIcon, GetWindowPos, SetWindowPos, GetWindowSize, SetWindowSizeLimits, SetWindowAspectRatio, SetWindowSize, GetFramebufferSize, GetWindowFrameSize, IconifyWindow, RestoreWindow, MaximizeWindow, ShowWindow, HideWindow, FocusWindow, GetWindowMonitor, SetWindowMonitor, GetWindowAttrib, SetWindowAttrib, SetWindowUserPointer, GetWindowUserPointer, SetWindowPosCallback, SetWindowSizeCallback, SetWindowCloseCallback, SetWindowRefreshCallback, SetWindowFocusCallback, SetWindowIconifyCallback, SetWindowMaximizeCallback, SetFramebufferSizeCallback, PollEvents, WaitEvents, WaitEventsTimeout, PostEmptyEvent, GetInputMode, SetInputMode, GetKeyName, GetKeyScancode, GetKey, GetMouseButton, GetCursorPos, SetCursorPos, CreateCursor, CreateStandardCursor, DestroyCursor, SetCursor, SetKeyCallback, SetCharCallback, SetCharModsCallback, SetMouseButtonCallback, SetCursorPosCallback, SetCursorEnterCallback, SetScrollCallback, SetDropCallback, JoystickPresent, GetJoystickAxes, GetJoystickButtons, GetJoystickName, SetJoystickCallback, SetClipboardString, GetClipboardString, GetTime, SetTime, GetTimerValue, GetTimerFrequency, MakeContextCurrent, GetCurrentContext, SwapBuffers, SwapInterval, ExtensionSupported, GetProcAddress
Function address.
-
-