Skip to content

Commit 507ee03

Browse files
Shootfastslouken
authored andcommitted
Fixed typo in SDL_scancode.h
The backslash/vertical line key is between the left shift and "Z" key on ISO keyboards
1 parent d103e55 commit 507ee03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/SDL3/SDL_scancode.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ typedef enum SDL_Scancode
208208

209209
SDL_SCANCODE_NONUSBACKSLASH = 100, /**< This is the additional key that ISO
210210
* keyboards have over ANSI ones,
211-
* located between left shift and Y.
211+
* located between left shift and Z.
212212
* Produces GRAVE ACCENT and TILDE in a
213213
* US or UK Mac layout, REVERSE SOLIDUS
214214
* (backslash) and VERTICAL LINE in a

0 commit comments

Comments
 (0)