SDL3-CS/SDL3-CS/SDL3/ClangSharp
Susko3 120eb3d181 Migrate custom patch to friendly overloads
Some changes are still required.
2024-04-15 19:40:55 +02:00
..
SDL_atomic.g.cs Add C# enum "typedefs" for C typedefs 2024-04-06 13:32:55 +02:00
SDL_audio.g.cs Add friendly `string?` overloads to C `(const) char *` functions 2024-04-06 14:36:36 +02:00
SDL_blendmode.g.cs Initial SDL3-CS binding project with ClangSharp 2024-04-06 00:57:07 +02:00
SDL_camera.g.cs Add friendly `string?` overloads to C `(const) char *` functions 2024-04-06 14:36:36 +02:00
SDL_clipboard.g.cs Add friendly `string?` overloads to C `(const) char *` functions 2024-04-06 14:36:36 +02:00
SDL_cpuinfo.g.cs Add C# enum "typedefs" for C typedefs 2024-04-06 13:32:55 +02:00
SDL_dialog.g.cs Add C# enum "typedefs" for C typedefs 2024-04-06 13:32:55 +02:00
SDL_error.g.cs Add friendly `string?` overloads to C `(const) char *` functions 2024-04-06 14:36:36 +02:00
SDL_events.g.cs Migrate custom patch to friendly overloads 2024-04-15 19:40:55 +02:00
SDL_filesystem.g.cs Add friendly `string?` overloads to C `(const) char *` functions 2024-04-06 14:36:36 +02:00
SDL_gamepad.g.cs Update bindings to SDL commit 0429f5d6a36fc35b551bcc2acd4a40c2db6dab82 2024-04-15 19:37:01 +02:00
SDL_guid.g.cs Map C `char` to C# `byte` instead of `sbyte` 2024-04-06 12:31:32 +02:00
SDL_haptic.g.cs Add friendly `string?` overloads to C `(const) char *` functions 2024-04-06 14:36:36 +02:00
SDL_hidapi.g.cs Add C# enum "typedefs" for C typedefs 2024-04-06 13:32:55 +02:00
SDL_hints.g.cs Add friendly `string?` overloads to C `(const) char *` functions 2024-04-06 14:36:36 +02:00
SDL_init.g.cs Migrate custom patch to friendly overloads 2024-04-15 19:40:55 +02:00
SDL_iostream.g.cs Add C# enum "typedefs" for C typedefs 2024-04-06 13:32:55 +02:00
SDL_joystick.g.cs Update bindings to SDL commit 0429f5d6a36fc35b551bcc2acd4a40c2db6dab82 2024-04-15 19:37:01 +02:00
SDL_keyboard.g.cs Add friendly `string?` overloads to C `(const) char *` functions 2024-04-06 14:36:36 +02:00
SDL_keycode.g.cs Remap `SDL_KeyCode` enum to `SDL_Keycode` typedef 2024-04-06 13:45:49 +02:00
SDL_loadso.g.cs Define `SDL_FUNCTION_POINTER_IS_VOID_POINTER` 2024-04-06 13:38:13 +02:00
SDL_locale.g.cs Map C `char` to C# `byte` instead of `sbyte` 2024-04-06 12:31:32 +02:00
SDL_log.g.cs Migrate custom patch to friendly overloads 2024-04-15 19:40:55 +02:00
SDL_main.Windows.g.cs Remap C `void *` to C# `IntPtr` 2024-04-06 12:34:11 +02:00
SDL_main.g.cs Remap C `void *` to C# `IntPtr` 2024-04-06 12:34:11 +02:00
SDL_messagebox.g.cs Migrate custom patch to friendly overloads 2024-04-15 19:40:55 +02:00
SDL_metal.g.cs Remap C `void *` to C# `IntPtr` 2024-04-06 12:34:11 +02:00
SDL_misc.g.cs Map C `char` to C# `byte` instead of `sbyte` 2024-04-06 12:31:32 +02:00
SDL_mouse.g.cs Add friendly `string?` overloads to C `(const) char *` functions 2024-04-06 14:36:36 +02:00
SDL_mutex.g.cs Initial SDL3-CS binding project with ClangSharp 2024-04-06 00:57:07 +02:00
SDL_pen.g.cs Add friendly `string?` overloads to C `(const) char *` functions 2024-04-06 14:36:36 +02:00
SDL_pixels.g.cs Add friendly `string?` overloads to C `(const) char *` functions 2024-04-06 14:36:36 +02:00
SDL_platform.g.cs Add friendly `string?` overloads to C `(const) char *` functions 2024-04-06 14:36:36 +02:00
SDL_power.g.cs Initial SDL3-CS binding project with ClangSharp 2024-04-06 00:57:07 +02:00
SDL_properties.g.cs Add friendly `string?` overloads to C `(const) char *` functions 2024-04-06 14:36:36 +02:00
SDL_rect.g.cs Update bindings to SDL commit 0429f5d6a36fc35b551bcc2acd4a40c2db6dab82 2024-04-15 19:37:01 +02:00
SDL_render.g.cs Migrate custom patch to friendly overloads 2024-04-15 19:40:55 +02:00
SDL_revision.g.cs Initial SDL3-CS binding project with ClangSharp 2024-04-06 00:57:07 +02:00
SDL_scancode.g.cs Initial SDL3-CS binding project with ClangSharp 2024-04-06 00:57:07 +02:00
SDL_sensor.g.cs Add friendly `string?` overloads to C `(const) char *` functions 2024-04-06 14:36:36 +02:00
SDL_stdinc.g.cs Migrate custom patch to friendly overloads 2024-04-15 19:40:55 +02:00
SDL_storage.g.cs Add C# enum "typedefs" for C typedefs 2024-04-06 13:32:55 +02:00
SDL_surface.g.cs Add C# enum "typedefs" for C typedefs 2024-04-06 13:32:55 +02:00
SDL_system.Android.g.cs Add friendly `string?` overloads to C `(const) char *` functions 2024-04-06 14:36:36 +02:00
SDL_system.Linux.g.cs Fix missing <endian.h> when cross-compiling on windows 2024-04-06 01:37:05 +02:00
SDL_system.WinRT.g.cs Update bindings to SDL commit 0429f5d6a36fc35b551bcc2acd4a40c2db6dab82 2024-04-15 19:37:01 +02:00
SDL_system.Windows.g.cs Add C# enum "typedefs" for C typedefs 2024-04-06 13:32:55 +02:00
SDL_system.g.cs Add C# enum "typedefs" for C typedefs 2024-04-06 13:32:55 +02:00
SDL_system.iOS.g.cs Update bindings to SDL commit 0429f5d6a36fc35b551bcc2acd4a40c2db6dab82 2024-04-15 19:37:01 +02:00
SDL_thread.g.cs Add friendly `string?` overloads to C `(const) char *` functions 2024-04-06 14:36:36 +02:00
SDL_time.g.cs Update bindings to SDL commit 0429f5d6a36fc35b551bcc2acd4a40c2db6dab82 2024-04-15 19:37:01 +02:00
SDL_timer.g.cs Add C# enum "typedefs" for C typedefs 2024-04-06 13:32:55 +02:00
SDL_touch.g.cs Add friendly `string?` overloads to C `(const) char *` functions 2024-04-06 14:36:36 +02:00
SDL_version.g.cs Add friendly `string?` overloads to C `(const) char *` functions 2024-04-06 14:36:36 +02:00
SDL_video.g.cs Add friendly `string?` overloads to C `(const) char *` functions 2024-04-06 14:36:36 +02:00
SDL_vulkan.g.cs Define `SDL_FUNCTION_POINTER_IS_VOID_POINTER` 2024-04-06 13:38:13 +02:00