Add news entry about disablable mouse button limit

This commit is contained in:
Grzesiek11 2024-01-06 23:01:25 +01:00
parent 18a10d0351
commit 4680da5dc9
No known key found for this signature in database
GPG Key ID: 4A5445FB68CDB5C4

View File

@ -103,6 +103,14 @@ Alt-and-then-Space shortcuts. This may be useful for more GUI-oriented
applications. applications.
@subsubsection features_34_disable_mouse_button_limit Allow disabling the mouse button limit
GLFW now allows disabling the limit of reporting only 8
[supported mouse buttons](@ref buttons). For compatibility with older versions,
the @ref GLFW_MOUSE_BUTTON_LIMIT init hint needs to be set to `GLFW_FALSE` to
make use of this.
@subsection caveats Caveats for version 3.4 @subsection caveats Caveats for version 3.4
@subsubsection native_34 Multiple sets of native access functions @subsubsection native_34 Multiple sets of native access functions