mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-04 02:47:39 +00:00
Added the ability to query the keymap for keycodes based on modifier state
This commit is contained in:
parent
ef9bd8b609
commit
679e4471ed
34 changed files with 1388 additions and 1409 deletions
|
@ -210,6 +210,7 @@ SDL3_0.0.0 {
|
|||
SDL_GetDefaultAssertionHandler;
|
||||
SDL_GetDefaultCursor;
|
||||
SDL_GetDefaultKeyFromScancode;
|
||||
SDL_GetDefaultScancodeFromKey;
|
||||
SDL_GetDesktopDisplayMode;
|
||||
SDL_GetDisplayBounds;
|
||||
SDL_GetDisplayContentScale;
|
||||
|
@ -732,6 +733,7 @@ SDL3_0.0.0 {
|
|||
SDL_SetRenderTarget;
|
||||
SDL_SetRenderVSync;
|
||||
SDL_SetRenderViewport;
|
||||
SDL_SetScancodeName;
|
||||
SDL_SetStringProperty;
|
||||
SDL_SetSurfaceAlphaMod;
|
||||
SDL_SetSurfaceBlendMode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue