• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Release notes for version 3.5 {#news}
2
3[TOC]
4
5
6## New features {#features}
7
8### Unlimited mouse buttons {#unlimited_mouse_buttons}
9
10GLFW now has an input mode which allows an unlimited number of mouse buttons to
11be reported by the mouse buttton callback, rather than just the associated
12[mouse button tokens](@ref buttons). This allows using mouse buttons with
13values over 8. For compatibility with older versions, the
14@ref GLFW_UNLIMITED_MOUSE_BUTTONS input mode needs to be set to make use of
15this.
16
17## Caveats {#caveats}
18
19## Deprecations {#deprecations}
20
21## Removals {#removals}
22
23## New symbols {#new_symbols}
24
25### New functions {#new_functions}
26
27### New types {#new_types}
28
29### New constants {#new_constants}
30
31- @ref GLFW_UNLIMITED_MOUSE_BUTTONS
32
33## Release notes for earlier versions {#news_archive}
34
35- [Release notes for 3.4](https://www.glfw.org/docs/3.4/news.html)
36- [Release notes for 3.3](https://www.glfw.org/docs/3.3/news.html)
37- [Release notes for 3.2](https://www.glfw.org/docs/3.2/news.html)
38- [Release notes for 3.1](https://www.glfw.org/docs/3.1/news.html)
39- [Release notes for 3.0](https://www.glfw.org/docs/3.0/news.html)
40
41