We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d6a015 + 34f9543 commit 38a4bf6Copy full SHA for 38a4bf6
sdlkeyboard.inc
@@ -101,7 +101,7 @@ type
101
* SDL_Key
102
*}
103
104
- function SDL_GetKeyName(key: TSDL_ScanCode): PAnsiChar cdecl; external SDL_LibName {$IFDEF DELPHI} {$IFDEF MACOS} name '_SDL_GetKeyName' {$ENDIF}{$ENDIF};
+ function SDL_GetKeyName(key: TSDL_KeyCode): PAnsiChar cdecl; external SDL_LibName {$IFDEF DELPHI} {$IFDEF MACOS} name '_SDL_GetKeyName' {$ENDIF}{$ENDIF};
105
106
{**
107
* Get a key code from a human-readable name
0 commit comments