From 1103294d33f47ab4c697bb22a9cf27c79c658630 Mon Sep 17 00:00:00 2001 From: Petar Popovic Date: Wed, 15 May 2024 01:19:31 +0200 Subject: [PATCH] SDL_scancode.h: Updating HID usage tables link --- include/SDL3/SDL_scancode.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/SDL3/SDL_scancode.h b/include/SDL3/SDL_scancode.h index 5719905f29..3e919c05e4 100644 --- a/include/SDL3/SDL_scancode.h +++ b/include/SDL3/SDL_scancode.h @@ -40,7 +40,7 @@ * in the `keysym.scancode` field of the SDL_KeyboardEvent structure. * * The values in this enumeration are based on the USB usage page standard: - * https://www.usb.org/sites/default/files/documents/hut1_12v2.pdf + * https://usb.org/sites/default/files/hut1_5.pdf * * \since This enum is available since SDL 3.0.0. */ @@ -349,7 +349,6 @@ typedef enum SDL_Scancode * \name Usage page 0x0C * * These values are mapped from usage page 0x0C (USB consumer page). - * See https://usb.org/sites/default/files/hut1_2.pdf * * There are way more keys in the spec than we can represent in the * current scancode range, so pick the ones that commonly come up in