• Home
  • Raw
  • Download

Lines Matching full:ref

10 GLFW now supports basic integration with Vulkan with @ref glfwVulkanSupported,
11 @ref glfwGetRequiredInstanceExtensions, @ref glfwGetInstanceProcAddress, @ref
12 glfwGetPhysicalDevicePresentationSupport and @ref glfwCreateWindowSurface.
14 [GLFW_INCLUDE_VULKAN](@ref build_macros).
21 @ref glfwSetWindowMonitor.
26 GLFW now supports window maximization with @ref glfwMaximizeWindow and the
27 [GLFW_MAXIMIZED](@ref window_attribs_wnd) window hint and attribute.
32 GLFW now supports giving windows input focus with @ref glfwFocusWindow.
38 @ref glfwSetWindowSizeLimits and @ref glfwSetWindowAspectRatio.
43 GLFW now supports querying the localized name of printable keys with @ref
49 GLFW now supports waiting for events for a set amount of time with @ref
55 GLFW now supports setting the icon of windows with @ref glfwSetWindowIcon.
60 GLFW now supports raw timer values with @ref glfwGetTimerValue and @ref
67 with @ref glfwSetJoystickCallback.
73 [GLFW_NO_API](@ref window_hints_ctx).
79 [GLFW_CONTEXT_CREATION_API](@ref window_hints_ctx) window hint value.
85 with the [GLFW_CONTEXT_NO_ERROR](@ref window_hints_ctx) window hint, provided
92 [config-file package](@ref build_link_cmake_package) from other projects for
105 cursor shapes. They are created with @ref glfwCreateCursor or @ref
106 glfwCreateStandardCursor, set with @ref glfwSetCursor and destroyed with @ref
109 @see @ref cursor_object
115 dropped onto GLFW windows. The callback is set with @ref glfwSetDropCallback.
117 @see @ref path_drop
122 GLFW now provides the @ref glfwPostEmptyEvent function for posting an empty
123 event from another thread to the main thread event queue, causing @ref
126 @see @ref events
132 client area of a window, with @ref glfwGetWindowFrameSize.
134 @see [Window size](@ref window_size)
140 the [GLFW_AUTO_ICONIFY](@ref window_hints_wnd) window hint. This is intended
148 easier debugging with the [GLFW_FLOATING](@ref window_hints_wnd) window hint.
154 creation, with the [GLFW_FOCUSED](@ref window_hints_wnd) window hint.
166 callback is set with @ref glfwSetCharModsCallback. Unlike the regular character
170 @see @ref input_char
176 [GLFW_DOUBLEBUFFER](@ref window_hints_fb) window hint.
182 OpenGL ES header when [GLFW_INCLUDE_GLEXT](@ref build_macros) is defined. GLFW
191 [GLFW_CONTEXT_RELEASE_BEHAVIOR](@ref window_hints_ctx) window hint, provided the
229 received the event. The @ref glfwMakeContextCurrent function has been added to
236 @ref glfwGetMonitors, queried with @ref glfwGetVideoModes, @ref
237 glfwGetMonitorPos, @ref glfwGetMonitorName and @ref glfwGetMonitorPhysicalSize,
253 clipboard, with the @ref glfwGetClipboardString and @ref glfwSetClipboardString
260 @ref glfwGetGammaRamp and @ref glfwSetGammaRamp functions. There is also @ref
284 @ref glfwGetFramebufferSize and @ref glfwSetFramebufferSizeCallback have been
298 Each window now has a user-defined pointer, retrieved with @ref
299 glfwGetWindowUserPointer and set with @ref glfwSetWindowUserPointer, to make it
306 which is set with @ref glfwSetWindowIconifyCallback.
311 Each window now has a callback for position events, which is set with @ref
317 The position of a window can now be retrieved using @ref glfwGetWindowPos.
322 Each windows now has a callback for focus events, which is set with @ref
329 client area, which is set with @ref glfwSetCursorEnterCallback.
335 to @ref glfwCreateWindow.
340 Windows can now be hidden with @ref glfwHideWindow, shown using @ref
355 [Modifier key bit mask](@ref mods) parameters have been added to the
356 [mouse button](@ref GLFWmousebuttonfun) and [key](@ref GLFWkeyfun) callbacks.
361 A scancode parameter has been added to the [key callback](@ref GLFWkeyfun). Keys
362 that don't have a [key token](@ref keys) still get passed on with the key
369 The name of a joystick can now be retrieved using @ref glfwGetJoystickName.