All Identifiers

Name Unit Description
glfwCreateCursor Neslib.Glfw3

Creates a custom cursor.

glfwCreateStandardCursor Neslib.Glfw3

Creates a cursor with a standard shape.

glfwCreateWindow Neslib.Glfw3

Creates a window and its associated context.

glfwDefaultWindowHints Neslib.Glfw3

Resets all window hints to their default values.

glfwDestroyCursor Neslib.Glfw3

Destroys a cursor.

glfwDestroyWindow Neslib.Glfw3

Destroys the specified window and its context.

glfwExtensionSupported Neslib.Glfw3

Returns whether the specified extension is available.

glfwFocusWindow Neslib.Glfw3

Brings the specified window to front and sets input focus.

glfwGetClipboardString Neslib.Glfw3

Returns the contents of the clipboard as a string.

glfwGetCocoaMonitor Neslib.Glfw3

Returns the CGDirectDisplayID of the specified monitor.

glfwGetCocoaWindow Neslib.Glfw3

Returns the NSWindow of the specified window.

glfwGetCurrentContext Neslib.Glfw3

Returns the window whose context is current on the calling thread.

glfwGetCursorPos Neslib.Glfw3

Retrieves the position of the cursor relative to the client area of the window.

glfwGetFramebufferSize Neslib.Glfw3

Retrieves the size of the framebuffer of the specified window.

glfwGetGammaRamp Neslib.Glfw3

Returns the current gamma ramp for the specified monitor.

glfwGetInputMode Neslib.Glfw3

Returns the value of an input option for the specified window.

glfwGetJoystickAxes Neslib.Glfw3

Returns the values of all axes of the specified joystick.

glfwGetJoystickButtons Neslib.Glfw3

Returns the state of all buttons of the specified joystick.

glfwGetJoystickName Neslib.Glfw3

Returns the name of the specified joystick.

glfwGetKey Neslib.Glfw3

Returns the last reported state of a keyboard key for the specified window.

glfwGetKeyName Neslib.Glfw3

Returns the localized name of the specified printable key.

glfwGetMonitorName Neslib.Glfw3

Returns the name of the specified monitor.

glfwGetMonitorPhysicalSize Neslib.Glfw3

Returns the physical size of the monitor.

glfwGetMonitorPos Neslib.Glfw3

Returns the position of the monitor's viewport on the virtual screen.

glfwGetMonitors Neslib.Glfw3

Returns the currently connected monitors.

glfwGetMouseButton Neslib.Glfw3

Returns the last reported state of a mouse button for the specified window.

glfwGetNSGLContext Neslib.Glfw3

Returns the NSOpenGLContext of the specified window.

glfwGetPrimaryMonitor Neslib.Glfw3

Returns the primary monitor.

glfwGetProcAddress Neslib.Glfw3

Returns the address of the specified function for the current context.

glfwGetRequiredInstanceExtensions Neslib.Glfw3

Returns the Vulkan instance extensions required by GLFW.

glfwGetTime Neslib.Glfw3

Returns the value of the GLFW timer.

glfwGetTimerFrequency Neslib.Glfw3

Returns the frequency, in Hz, of the raw timer.

glfwGetTimerValue Neslib.Glfw3

Returns the current value of the raw timer.

glfwGetVersion Neslib.Glfw3

Retrieves the version of the GLFW library.

glfwGetVersionString Neslib.Glfw3

Returns a string describing the compile-time configuration.

glfwGetVideoMode Neslib.Glfw3

Returns the current mode of the specified monitor.

glfwGetVideoModes Neslib.Glfw3

Returns the available video modes for the specified monitor.

glfwGetWGLContext Neslib.Glfw3

Returns the HGLRC of the specified window.

glfwGetWin32Adapter Neslib.Glfw3

Returns the adapter device name of the specified monitor.

glfwGetWin32Monitor Neslib.Glfw3

Returns the display device name of the specified monitor.

glfwGetWin32Window Neslib.Glfw3

Returns the HWND of the specified window.

glfwGetWindowAttrib Neslib.Glfw3

Returns an attribute of the specified window.

glfwGetWindowFrameSize Neslib.Glfw3

Retrieves the size of the frame of the window.

glfwGetWindowMonitor Neslib.Glfw3

Returns the monitor that the window uses for full screen mode.

glfwGetWindowPos Neslib.Glfw3

Retrieves the position of the client area of the specified window.

glfwGetWindowSize Neslib.Glfw3

Retrieves the size of the client area of the specified window.

glfwGetWindowUserPointer Neslib.Glfw3

Returns the user pointer of the specified window.

glfwHideWindow Neslib.Glfw3

Hides the specified window.

glfwIconifyWindow Neslib.Glfw3

Iconifies the specified window.

glfwInit Neslib.Glfw3

Initializes the GLFW library.

glfwJoystickPresent Neslib.Glfw3

Returns whether the specified joystick is present.

glfwMakeContextCurrent Neslib.Glfw3

Makes the context of the specified window current for the calling thread.

glfwMaximizeWindow Neslib.Glfw3

Maximizes the specified window.

glfwPollEvents Neslib.Glfw3

Processes all pending events.

glfwPostEmptyEvent Neslib.Glfw3

Posts an empty event to the event queue.

glfwRestoreWindow Neslib.Glfw3

Restores the specified window.

glfwSetCharCallback Neslib.Glfw3

Sets the Unicode character callback.

glfwSetCharModsCallback Neslib.Glfw3

Sets the Unicode character with modifiers callback.

glfwSetClipboardString Neslib.Glfw3

Sets the clipboard to the specified string.

glfwSetCursor Neslib.Glfw3

Sets the cursor for the window.

glfwSetCursorEnterCallback Neslib.Glfw3

Sets the cursor enter/exit callback.

glfwSetCursorPos Neslib.Glfw3

Sets the position of the cursor, relative to the client area of the window.

glfwSetCursorPosCallback Neslib.Glfw3

Sets the cursor position callback.

glfwSetDropCallback Neslib.Glfw3

Sets the file drop callback.

glfwSetErrorCallback Neslib.Glfw3

Sets the error callback.

glfwSetFramebufferSizeCallback Neslib.Glfw3

Sets the framebuffer resize callback for the specified window.

glfwSetGamma Neslib.Glfw3

Generates a gamma ramp and sets it for the specified monitor.

glfwSetGammaRamp Neslib.Glfw3

Sets the current gamma ramp for the specified monitor.

glfwSetInputMode Neslib.Glfw3

Sets an input option for the specified window.

glfwSetJoystickCallback Neslib.Glfw3

Sets the joystick configuration callback.

glfwSetKeyCallback Neslib.Glfw3

Sets the key callback.

glfwSetMonitorCallback Neslib.Glfw3

Sets the monitor configuration callback.

glfwSetMouseButtonCallback Neslib.Glfw3

Sets the mouse button callback.

glfwSetScrollCallback Neslib.Glfw3

Sets the scroll callback.

glfwSetTime Neslib.Glfw3

Sets the GLFW timer.

glfwSetWindowAspectRatio Neslib.Glfw3

Sets the aspect ratio of the specified window.

glfwSetWindowCloseCallback Neslib.Glfw3

Sets the close callback for the specified window.

glfwSetWindowFocusCallback Neslib.Glfw3

Sets the focus callback for the specified window.

glfwSetWindowIcon Neslib.Glfw3

Sets the icon for the specified window.

glfwSetWindowIconifyCallback Neslib.Glfw3

Sets the iconify callback for the specified window.

glfwSetWindowMonitor Neslib.Glfw3

Sets the mode, monitor, video mode and placement of a window.

glfwSetWindowPos Neslib.Glfw3

Sets the position of the client area of the specified window.

glfwSetWindowPosCallback Neslib.Glfw3

Sets the position callback for the specified window.

glfwSetWindowRefreshCallback Neslib.Glfw3

Sets the refresh callback for the specified window.

glfwSetWindowShouldClose Neslib.Glfw3

Sets the close flag of the specified window.

glfwSetWindowSize Neslib.Glfw3

Sets the size of the client area of the specified window.

glfwSetWindowSizeCallback Neslib.Glfw3

Sets the size callback for the specified window.

glfwSetWindowSizeLimits Neslib.Glfw3

Sets the size limits of the specified window.

glfwSetWindowTitle Neslib.Glfw3

Sets the title of the specified window.

glfwSetWindowUserPointer Neslib.Glfw3

Sets the user pointer of the specified window.

glfwShowWindow Neslib.Glfw3

Makes the specified window visible.

glfwSwapBuffers Neslib.Glfw3

Swaps the front and back buffers of the specified window.

glfwSwapInterval Neslib.Glfw3

Sets the swap interval for the current context.

glfwTerminate Neslib.Glfw3

Terminates the GLFW library.

glfwVulkanSupported Neslib.Glfw3

Returns whether the Vulkan loader has been found.

glfwWaitEvents Neslib.Glfw3

Waits until events are queued and processes them.

glfwWaitEventsTimeout Neslib.Glfw3

Waits with timeout until events are queued and processes them.

glfwWindowHint Neslib.Glfw3

Sets the specified window hint to the desired value.

glfwWindowShouldClose Neslib.Glfw3

Checks the close flag of the specified window.

GLFW_ACCUM_ALPHA_BITS Neslib.Glfw3

 

GLFW_ACCUM_BLUE_BITS Neslib.Glfw3

 

GLFW_ACCUM_GREEN_BITS Neslib.Glfw3

 

GLFW_ACCUM_RED_BITS Neslib.Glfw3

 

GLFW_ALPHA_BITS Neslib.Glfw3

 

GLFW_ANY_RELEASE_BEHAVIOR Neslib.Glfw3

 

GLFW_API_UNAVAILABLE Neslib.Glfw3

GLFW could not find support for the requested API on the system.

GLFW_ARROW_CURSOR Neslib.Glfw3

The regular arrow cursor shape.

GLFW_AUTO_ICONIFY Neslib.Glfw3

 

GLFW_AUX_BUFFERS Neslib.Glfw3

 

GLFW_BLUE_BITS Neslib.Glfw3

 

GLFW_CLIENT_API Neslib.Glfw3

 

GLFW_CONNECTED Neslib.Glfw3

 

GLFW_CONTEXT_CREATION_API Neslib.Glfw3

 

GLFW_CONTEXT_NO_ERROR Neslib.Glfw3

 

GLFW_CONTEXT_RELEASE_BEHAVIOR Neslib.Glfw3

 

GLFW_CONTEXT_REVISION Neslib.Glfw3

 

GLFW_CONTEXT_ROBUSTNESS Neslib.Glfw3

 

GLFW_CONTEXT_VERSION_MAJOR Neslib.Glfw3

 

GLFW_CONTEXT_VERSION_MINOR Neslib.Glfw3

 

GLFW_CROSSHAIR_CURSOR Neslib.Glfw3

The crosshair shape.

GLFW_CURSOR Neslib.Glfw3

 

GLFW_CURSOR_DISABLED Neslib.Glfw3

 

GLFW_CURSOR_HIDDEN Neslib.Glfw3

 

GLFW_CURSOR_NORMAL Neslib.Glfw3

 

GLFW_DECORATED Neslib.Glfw3

 

GLFW_DEPTH_BITS Neslib.Glfw3

 

GLFW_DISCONNECTED Neslib.Glfw3

 

GLFW_DONT_CARE Neslib.Glfw3

 

GLFW_DOUBLEBUFFER Neslib.Glfw3

 

GLFW_EGL_CONTEXT_API Neslib.Glfw3

 

GLFW_FALSE Neslib.Glfw3

Zero.

GLFW_FLOATING Neslib.Glfw3

 

GLFW_FOCUSED Neslib.Glfw3

 

GLFW_FORMAT_UNAVAILABLE Neslib.Glfw3

The requested format is not supported or available.

GLFW_GREEN_BITS Neslib.Glfw3

 

GLFW_HAND_CURSOR Neslib.Glfw3

The hand shape.

GLFW_HRESIZE_CURSOR Neslib.Glfw3

The horizontal resize arrow shape.

GLFW_IBEAM_CURSOR Neslib.Glfw3

The text input I-beam cursor shape.

GLFW_ICONIFIED Neslib.Glfw3

 

GLFW_INVALID_ENUM Neslib.Glfw3

One of the arguments to the function was an invalid enum value.

GLFW_INVALID_VALUE Neslib.Glfw3

One of the arguments to the function was an invalid value.

GLFW_JOYSTICK_1 Neslib.Glfw3

Joysticks

GLFW_JOYSTICK_10 Neslib.Glfw3

 

GLFW_JOYSTICK_11 Neslib.Glfw3

 

GLFW_JOYSTICK_12 Neslib.Glfw3

 

GLFW_JOYSTICK_13 Neslib.Glfw3

 

GLFW_JOYSTICK_14 Neslib.Glfw3

 

GLFW_JOYSTICK_15 Neslib.Glfw3

 

GLFW_JOYSTICK_16 Neslib.Glfw3

 

GLFW_JOYSTICK_2 Neslib.Glfw3

 

GLFW_JOYSTICK_3 Neslib.Glfw3

 

GLFW_JOYSTICK_4 Neslib.Glfw3

 

GLFW_JOYSTICK_5 Neslib.Glfw3

 

GLFW_JOYSTICK_6 Neslib.Glfw3

 

GLFW_JOYSTICK_7 Neslib.Glfw3

 

GLFW_JOYSTICK_8 Neslib.Glfw3

 

GLFW_JOYSTICK_9 Neslib.Glfw3

 

GLFW_JOYSTICK_LAST Neslib.Glfw3

 

GLFW_KEY_0 Neslib.Glfw3

 

GLFW_KEY_1 Neslib.Glfw3

 

GLFW_KEY_2 Neslib.Glfw3

 

GLFW_KEY_3 Neslib.Glfw3

 

GLFW_KEY_4 Neslib.Glfw3

 

GLFW_KEY_5 Neslib.Glfw3

 

GLFW_KEY_6 Neslib.Glfw3

 

GLFW_KEY_7 Neslib.Glfw3

 

GLFW_KEY_8 Neslib.Glfw3

 

GLFW_KEY_9 Neslib.Glfw3

 

GLFW_KEY_A Neslib.Glfw3

 

GLFW_KEY_APOSTROPHE Neslib.Glfw3

 

GLFW_KEY_B Neslib.Glfw3

 

GLFW_KEY_BACKSLASH Neslib.Glfw3

 

GLFW_KEY_BACKSPACE Neslib.Glfw3

 

GLFW_KEY_C Neslib.Glfw3

 

GLFW_KEY_CAPS_LOCK Neslib.Glfw3

 

GLFW_KEY_COMMA Neslib.Glfw3

 

GLFW_KEY_D Neslib.Glfw3

 

GLFW_KEY_DELETE Neslib.Glfw3

 

GLFW_KEY_DOWN Neslib.Glfw3

 

GLFW_KEY_E Neslib.Glfw3

 

GLFW_KEY_END Neslib.Glfw3

 

GLFW_KEY_ENTER Neslib.Glfw3

 

GLFW_KEY_EQUAL Neslib.Glfw3

 

GLFW_KEY_ESCAPE Neslib.Glfw3

Function keys

GLFW_KEY_F Neslib.Glfw3

 

GLFW_KEY_F1 Neslib.Glfw3

 

GLFW_KEY_F10 Neslib.Glfw3

 

GLFW_KEY_F11 Neslib.Glfw3

 

GLFW_KEY_F12 Neslib.Glfw3

 

GLFW_KEY_F13 Neslib.Glfw3

 

GLFW_KEY_F14 Neslib.Glfw3

 

GLFW_KEY_F15 Neslib.Glfw3

 

GLFW_KEY_F16 Neslib.Glfw3

 

GLFW_KEY_F17 Neslib.Glfw3

 

GLFW_KEY_F18 Neslib.Glfw3

 

GLFW_KEY_F19 Neslib.Glfw3

 

GLFW_KEY_F2 Neslib.Glfw3

 

GLFW_KEY_F20 Neslib.Glfw3

 

GLFW_KEY_F21 Neslib.Glfw3

 

GLFW_KEY_F22 Neslib.Glfw3

 

GLFW_KEY_F23 Neslib.Glfw3

 

GLFW_KEY_F24 Neslib.Glfw3

 

GLFW_KEY_F25 Neslib.Glfw3

 

GLFW_KEY_F3 Neslib.Glfw3

 

GLFW_KEY_F4 Neslib.Glfw3

 

GLFW_KEY_F5 Neslib.Glfw3

 

GLFW_KEY_F6 Neslib.Glfw3

 

GLFW_KEY_F7 Neslib.Glfw3

 

GLFW_KEY_F8 Neslib.Glfw3

 

GLFW_KEY_F9 Neslib.Glfw3

 

GLFW_KEY_G Neslib.Glfw3

 

GLFW_KEY_GRAVE_ACCENT Neslib.Glfw3

 

GLFW_KEY_H Neslib.Glfw3

 

GLFW_KEY_HOME Neslib.Glfw3

 

GLFW_KEY_I Neslib.Glfw3

 

GLFW_KEY_INSERT Neslib.Glfw3

 

GLFW_KEY_J Neslib.Glfw3

 

GLFW_KEY_K Neslib.Glfw3

 

GLFW_KEY_KP_0 Neslib.Glfw3

 

GLFW_KEY_KP_1 Neslib.Glfw3

 

GLFW_KEY_KP_2 Neslib.Glfw3

 

GLFW_KEY_KP_3 Neslib.Glfw3

 

GLFW_KEY_KP_4 Neslib.Glfw3

 

GLFW_KEY_KP_5 Neslib.Glfw3

 

GLFW_KEY_KP_6 Neslib.Glfw3

 

GLFW_KEY_KP_7 Neslib.Glfw3

 

GLFW_KEY_KP_8 Neslib.Glfw3

 

GLFW_KEY_KP_9 Neslib.Glfw3

 

GLFW_KEY_KP_ADD Neslib.Glfw3

 

GLFW_KEY_KP_DECIMAL Neslib.Glfw3

 

GLFW_KEY_KP_DIVIDE Neslib.Glfw3

 

GLFW_KEY_KP_ENTER Neslib.Glfw3

 

GLFW_KEY_KP_EQUAL Neslib.Glfw3

 

GLFW_KEY_KP_MULTIPLY Neslib.Glfw3

 

GLFW_KEY_KP_SUBTRACT Neslib.Glfw3

 

GLFW_KEY_L Neslib.Glfw3

 

GLFW_KEY_LAST Neslib.Glfw3

 

GLFW_KEY_LEFT Neslib.Glfw3

 

GLFW_KEY_LEFT_ALT Neslib.Glfw3

 

GLFW_KEY_LEFT_BRACKET Neslib.Glfw3

 

GLFW_KEY_LEFT_CONTROL Neslib.Glfw3

 

GLFW_KEY_LEFT_SHIFT Neslib.Glfw3

 

GLFW_KEY_LEFT_SUPER Neslib.Glfw3

 

GLFW_KEY_M Neslib.Glfw3

 

GLFW_KEY_MENU Neslib.Glfw3

 

GLFW_KEY_MINUS Neslib.Glfw3

 

GLFW_KEY_N Neslib.Glfw3

 

GLFW_KEY_NUM_LOCK Neslib.Glfw3

 

GLFW_KEY_O Neslib.Glfw3

 

GLFW_KEY_P Neslib.Glfw3

 

GLFW_KEY_PAGE_DOWN Neslib.Glfw3

 

GLFW_KEY_PAGE_UP Neslib.Glfw3

 

GLFW_KEY_PAUSE Neslib.Glfw3

 

GLFW_KEY_PERIOD Neslib.Glfw3

 

GLFW_KEY_PRINT_SCREEN Neslib.Glfw3

 

GLFW_KEY_Q Neslib.Glfw3

 

GLFW_KEY_R Neslib.Glfw3

 

GLFW_KEY_RIGHT Neslib.Glfw3

 

GLFW_KEY_RIGHT_ALT Neslib.Glfw3

 

GLFW_KEY_RIGHT_BRACKET Neslib.Glfw3

 

GLFW_KEY_RIGHT_CONTROL Neslib.Glfw3

 

GLFW_KEY_RIGHT_SHIFT Neslib.Glfw3

 

GLFW_KEY_RIGHT_SUPER Neslib.Glfw3

 

GLFW_KEY_S Neslib.Glfw3

 

GLFW_KEY_SCROLL_LOCK Neslib.Glfw3

 

GLFW_KEY_SEMICOLON Neslib.Glfw3

 

GLFW_KEY_SLASH Neslib.Glfw3

 

GLFW_KEY_SPACE Neslib.Glfw3

Printable keys

GLFW_KEY_T Neslib.Glfw3

 

GLFW_KEY_TAB Neslib.Glfw3

 

GLFW_KEY_U Neslib.Glfw3

 

GLFW_KEY_UNKNOWN Neslib.Glfw3

The unknown key

GLFW_KEY_UP Neslib.Glfw3

 

GLFW_KEY_V Neslib.Glfw3

 

GLFW_KEY_W Neslib.Glfw3

 

GLFW_KEY_WORLD_1 Neslib.Glfw3

 

GLFW_KEY_WORLD_2 Neslib.Glfw3

 

GLFW_KEY_X Neslib.Glfw3

 

GLFW_KEY_Y Neslib.Glfw3

 

GLFW_KEY_Z Neslib.Glfw3

 

GLFW_LOSE_CONTEXT_ON_RESET Neslib.Glfw3

 

GLFW_MAXIMIZED Neslib.Glfw3

 

GLFW_MOD_ALT Neslib.Glfw3

If this bit is set one or more Alt keys were held down.

GLFW_MOD_CONTROL Neslib.Glfw3

If this bit is set one or more Control keys were held down.

GLFW_MOD_SHIFT Neslib.Glfw3

If this bit is set one or more Shift keys were held down.

GLFW_MOD_SUPER Neslib.Glfw3

If this bit is set one or more Super keys were held down.

GLFW_MOUSE_BUTTON_1 Neslib.Glfw3

Mouse buttons

GLFW_MOUSE_BUTTON_2 Neslib.Glfw3

 

GLFW_MOUSE_BUTTON_3 Neslib.Glfw3

 

GLFW_MOUSE_BUTTON_4 Neslib.Glfw3

 

GLFW_MOUSE_BUTTON_5 Neslib.Glfw3

 

GLFW_MOUSE_BUTTON_6 Neslib.Glfw3

 

GLFW_MOUSE_BUTTON_7 Neslib.Glfw3

 

GLFW_MOUSE_BUTTON_8 Neslib.Glfw3

 

GLFW_MOUSE_BUTTON_LAST Neslib.Glfw3

 

GLFW_MOUSE_BUTTON_LEFT Neslib.Glfw3

 

GLFW_MOUSE_BUTTON_MIDDLE Neslib.Glfw3

 

GLFW_MOUSE_BUTTON_RIGHT Neslib.Glfw3

 

GLFW_NATIVE_CONTEXT_API Neslib.Glfw3

 

GLFW_NOT_INITIALIZED Neslib.Glfw3

GLFW has not been initialized.

GLFW_NO_API Neslib.Glfw3

 

GLFW_NO_CURRENT_CONTEXT Neslib.Glfw3

No context is current for this thread.

GLFW_NO_RESET_NOTIFICATION Neslib.Glfw3

 

GLFW_NO_ROBUSTNESS Neslib.Glfw3

 

GLFW_NO_WINDOW_CONTEXT Neslib.Glfw3

The specified window does not have an OpenGL or OpenGL ES context.

GLFW_OPENGL_ANY_PROFILE Neslib.Glfw3

 

GLFW_OPENGL_API Neslib.Glfw3

 

GLFW_OPENGL_COMPAT_PROFILE Neslib.Glfw3

 

GLFW_OPENGL_CORE_PROFILE Neslib.Glfw3

 

GLFW_OPENGL_DEBUG_CONTEXT Neslib.Glfw3

 

GLFW_OPENGL_ES_API Neslib.Glfw3

 

GLFW_OPENGL_FORWARD_COMPAT Neslib.Glfw3

 

GLFW_OPENGL_PROFILE Neslib.Glfw3

 

GLFW_OUT_OF_MEMORY Neslib.Glfw3

A memory allocation failed.

GLFW_PLATFORM_ERROR Neslib.Glfw3

A platform-specific error occurred that does not match any of the more specific categories.

GLFW_PRESS Neslib.Glfw3

The key or mouse button was pressed.

GLFW_RED_BITS Neslib.Glfw3

 

GLFW_REFRESH_RATE Neslib.Glfw3

 

GLFW_RELEASE Neslib.Glfw3

The key or mouse button was released.

GLFW_RELEASE_BEHAVIOR_FLUSH Neslib.Glfw3

 

GLFW_RELEASE_BEHAVIOR_NONE Neslib.Glfw3

 

GLFW_REPEAT Neslib.Glfw3

The key was held down until it repeated.

GLFW_RESIZABLE Neslib.Glfw3

 

GLFW_SAMPLES Neslib.Glfw3

 

GLFW_SRGB_CAPABLE Neslib.Glfw3

 

GLFW_STENCIL_BITS Neslib.Glfw3

 

GLFW_STEREO Neslib.Glfw3

 

GLFW_STICKY_KEYS Neslib.Glfw3

 

GLFW_STICKY_MOUSE_BUTTONS Neslib.Glfw3

 

GLFW_TRUE Neslib.Glfw3

One.

GLFW_VERSION_MAJOR Neslib.Glfw3

The major version number of the GLFW library.

GLFW_VERSION_MINOR Neslib.Glfw3

The minor version number of the GLFW library.

GLFW_VERSION_REVISION Neslib.Glfw3

The revision number of the GLFW library.

GLFW_VERSION_UNAVAILABLE Neslib.Glfw3

The requested OpenGL or OpenGL ES version is not available.

GLFW_VISIBLE Neslib.Glfw3

 

GLFW_VRESIZE_CURSOR Neslib.Glfw3

The vertical resize arrow shape.

PGLFWcursor Neslib.Glfw3

Opaque cursor object.

PGLFWgammaramp Neslib.Glfw3

 

PGLFWimage Neslib.Glfw3

 

PGLFWmonitor Neslib.Glfw3

Opaque monitor object.

PGLFWvidmode Neslib.Glfw3

 

PGLFWwindow Neslib.Glfw3

Opaque window object.

PPGLFWcursor Neslib.Glfw3

 

PPGLFWgammaramp Neslib.Glfw3

 

PPGLFWimage Neslib.Glfw3

 

PPGLFWmonitor Neslib.Glfw3

 

PPGLFWvidmode Neslib.Glfw3

 

PPGLFWwindow Neslib.Glfw3

 

TGLFWcharfun Neslib.Glfw3

The function signature for Unicode character callbacks.

TGLFWcharmodsfun Neslib.Glfw3

The function signature for Unicode character with modifiers callbacks.

TGLFWcursorenterfun Neslib.Glfw3

The function signature for cursor enter/leave callbacks.

TGLFWcursorposfun Neslib.Glfw3

The function signature for cursor position callbacks.

TGLFWdropfun Neslib.Glfw3

The function signature for file drop callbacks.

TGLFWerrorfun Neslib.Glfw3

The function signature for error callbacks.

TGLFWframebuffersizefun Neslib.Glfw3

The function signature for framebuffer resize callbacks.

TGLFWgammaramp Neslib.Glfw3

Describes the gamma ramp for a monitor.

TGLFWglproc Neslib.Glfw3

Client API function pointer type.

TGLFWimage Neslib.Glfw3

Image data.

TGLFWjoystickfun Neslib.Glfw3

The function signature for joystick configuration callbacks.

TGLFWkeyfun Neslib.Glfw3

The function signature for keyboard key callbacks.

TGLFWmonitorfun Neslib.Glfw3

The function signature for monitor configuration callbacks.

TGLFWmousebuttonfun Neslib.Glfw3

The function signature for mouse button callbacks.

TGLFWscrollfun Neslib.Glfw3

The function signature for scroll callbacks.

TGLFWvidmode Neslib.Glfw3

Video mode type.

TGLFWwindowclosefun Neslib.Glfw3

The function signature for window close callbacks.

TGLFWwindowfocusfun Neslib.Glfw3

The function signature for window focus/defocus callbacks.

TGLFWwindowiconifyfun Neslib.Glfw3

The function signature for window iconify/restore callbacks.

TGLFWwindowposfun Neslib.Glfw3

The function signature for window position callbacks.

TGLFWwindowrefreshfun Neslib.Glfw3

The function signature for window content refresh callbacks.

TGLFWwindowsizefun Neslib.Glfw3

The function signature for window resize callbacks.


Generated by PasDocEx, based on PasDoc 0.14.0.