From b7409777583c72bdda38f5ae9779f5c86a09d9b2 Mon Sep 17 00:00:00 2001 From: SenPie Date: Wed, 18 Dec 2024 20:47:12 +0400 Subject: [PATCH] Update markdown/log entires affected by PR changes --- CONTRIBUTORS.md | 1 + README.md | 3 ++- docs/input.md | 2 +- docs/news.md | 4 ++++ 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 1371aedb..3bf0baca 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -294,6 +294,7 @@ video tutorials. - Jonas Ådahl - Lasse Öörni - Leonard König + - Smbat Senpie Voskanyan - All the unmentioned and anonymous contributors in the GLFW community, for bug reports, patches, feedback, testing and encouragement diff --git a/README.md b/README.md index fb77b9dd..f2988773 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,8 @@ information on what to include when reporting a bug. - [Null] Added EGL context creation on Mesa via `EGL_MESA_platform_surfaceless` - [EGL] Allowed native access on Wayland with `GLFW_CONTEXT_CREATION_API` set to `GLFW_NATIVE_CONTEXT_API` (#2518) - + - Added `GLFW_GAMEPAD_BUTTON_MISC1` and `GLFW_GAMEPAD_BUTTON_TOUCHPAD` to the + gamepad_buttons button group ## Contact diff --git a/docs/input.md b/docs/input.md index 3ef1aebe..7840fe0b 100644 --- a/docs/input.md +++ b/docs/input.md @@ -869,7 +869,7 @@ The second value is always the human-readable name of the gamepad. All subsequent values are in the form `:` and describe the layout of the mapping. These fields may not all be present and may occur in any order. -The button fields are `a`, `b`, `x`, `y`, `back`, `start`, `guide`, `dpup`, +The button fields are `a`, `b`, `x`, `y`, `back`, `start`, `misc1`, `touchpad`, `guide`, `dpup`, `dpright`, `dpdown`, `dpleft`, `leftshoulder`, `rightshoulder`, `leftstick` and `rightstick`. diff --git a/docs/news.md b/docs/news.md index 148d0871..e4019da3 100644 --- a/docs/news.md +++ b/docs/news.md @@ -14,6 +14,10 @@ values over 8. For compatibility with older versions, the @ref GLFW_UNLIMITED_MOUSE_BUTTONS input mode needs to be set to make use of this. +### Gamepad misc1 and touchpad buttons + +GLFW gamepad support improved to include mapping for misc1 and touchpad buttons. + ## Caveats {#caveats} ## Deprecations {#deprecations}