Sam Lantinga
679e4471ed
Added the ability to query the keymap for keycodes based on modifier state
2024-06-21 22:06:08 -07:00
Sam Lantinga
5b3ee51c6c
Updated copyright for 2024
2024-01-01 13:15:26 -08:00
Ryan C. Gordon
0aba2c97db
hashtable: SDL_IterateHashTable might as well provide both key and value.
...
And SDL_IterateHashTableKey is only necessary for stackable hashtables, since
non-stackable ones can either iterate each unique key/value pair with
SDL_IterateHashTable, or get a specific key/value pair by using
SDL_FindInHashTable.
2023-10-14 13:23:03 -04:00
Sam Lantinga
973c8b3273
Added SDL properties API
...
Fixes https://github.com/libsdl-org/SDL/issues/7799
2023-10-11 22:38:00 -07:00
Ryan C. Gordon
8e03ea4383
hashtable: Use Create/Destroy naming, in the SDL3 style.
2023-10-09 19:20:43 -04:00
Ryan C. Gordon
568902b64e
hashtable: Added src/SDL_hashtable.[ch].
...
Reference Issue #7799 .
2023-10-09 19:19:01 -04:00