SDL/include/SDL3
Frank Praznik 6b776a9989 keyboard: Add some SDL keycodes for common Xkb keys
Add SDL keycodes for keys found commonly found in the default Xkb layout, such as left tab and compose, and keys frequently used for custom modifiers such as Meta, Hyper, and Level5 Shift.

As these keys aren't Unicode code points and don't have associated scancodes (at least on modern keyboards), they are placed in the new extended key code space, with bit 30 set as a flag.
2025-01-09 17:26:41 -05:00
..
SDL.h Updated to version 3.1.9 for development 2025-01-07 17:51:00 -08:00
SDL_assert.h __debugbreak was introduced in Microsoft Visual Studio 2003 2025-01-09 16:04:14 -05:00
SDL_asyncio.h Sync SDL3 wiki -> header 2025-01-08 01:50:36 +00:00
SDL_atomic.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_audio.h Sync SDL3 wiki -> header 2025-01-09 06:38:16 +00:00
SDL_begin_code.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_bits.h _BitScanReverse was introduced in Microsoft Visual Studio 2005 2025-01-09 16:04:14 -05:00
SDL_blendmode.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_camera.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_clipboard.h Reverted accidentally committed work in progress 2025-01-01 07:54:55 -08:00
SDL_close_code.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_copying.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_cpuinfo.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_dialog.h Sync SDL3 wiki -> header 2025-01-08 01:50:36 +00:00
SDL_egl.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_endian.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_error.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_events.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_filesystem.h Sync SDL3 wiki -> header 2025-01-08 01:50:36 +00:00
SDL_gamepad.h Sync SDL3 wiki -> header 2025-01-02 19:17:51 +00:00
SDL_gpu.h Sync SDL3 wiki -> header 2025-01-08 19:57:05 +00:00
SDL_guid.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_haptic.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_hidapi.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_hints.h Sync SDL3 wiki -> header 2025-01-06 16:17:26 +00:00
SDL_init.h Sync SDL3 wiki -> header 2025-01-08 01:50:36 +00:00
SDL_intrin.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_iostream.h Sync SDL3 wiki -> header 2025-01-08 15:33:53 +00:00
SDL_joystick.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_keyboard.h SDL_keyboard.h: Note that SDL_GetKeyName() returns uppercase letters. 2025-01-06 12:47:44 -05:00
SDL_keycode.h keyboard: Add some SDL keycodes for common Xkb keys 2025-01-09 17:26:41 -05:00
SDL_loadso.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_locale.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_log.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_main.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_main_impl.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_messagebox.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_metal.h include: Fill in more category documentation. 2025-01-05 14:11:11 -05:00
SDL_misc.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_mouse.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_mutex.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_oldnames.h Added SDL_HINT_JOYSTICK_ENHANCED_REPORTS 2025-01-02 17:18:09 -08:00
SDL_opengl.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_opengl_glext.h Renamed Gpu to GPU 2024-08-29 17:33:52 -07:00
SDL_opengles.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_opengles2.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_opengles2_gl2.h
SDL_opengles2_gl2ext.h
SDL_opengles2_gl2platform.h
SDL_opengles2_khrplatform.h
SDL_pen.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_pixels.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_platform.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_platform_defines.h Fixed platform define condition for Windows phone 2025-01-07 08:47:54 -08:00
SDL_power.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_process.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_properties.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_rect.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_render.h Sync SDL3 wiki -> header 2025-01-08 01:50:36 +00:00
SDL_revision.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_scancode.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_sensor.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_stdinc.h Disable long long support in the headers with SDL_NOLONGLONG 2025-01-09 16:04:14 -05:00
SDL_storage.h Sync SDL3 wiki -> header 2025-01-09 19:47:47 +00:00
SDL_surface.h Sync SDL3 wiki -> header 2025-01-02 20:06:39 +00:00
SDL_system.h include: Fill in more category documentation. 2025-01-05 14:11:11 -05:00
SDL_test.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_test_assert.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_test_common.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_test_compare.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_test_crc32.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_test_font.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_test_fuzzer.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_test_harness.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_test_log.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_test_md5.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_test_memory.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_thread.h Sync SDL3 wiki -> header 2025-01-08 01:50:36 +00:00
SDL_time.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_timer.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_touch.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_tray.h Sync SDL3 wiki -> header 2025-01-08 01:50:36 +00:00
SDL_version.h Updated to version 3.1.9 for development 2025-01-07 17:51:00 -08:00
SDL_video.h SDL_video.h: Added a note about platform quirks to SDL_DestroyWindow docs. 2025-01-04 03:48:10 -05:00
SDL_vulkan.h Sync SDL3 wiki -> header 2025-01-04 08:24:05 +00:00