mirror of
https://github.com/glfw/glfw.git
synced 2025-06-07 08:14:57 +00:00
Add news entry about disablable mouse button limit
This commit is contained in:
parent
18a10d0351
commit
4680da5dc9
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user