SDL3-CS/SDL3-CS/SDL3/ClangSharp
Susko3 556c6cd1a3 Add C# enum "typedefs" for C typedefs
This doesn't compile as ClangSharp fails to emit `unchecked`
in `SDL_pen.g.cs` and `SDL_touch.g.cs`.
And `(SDL_bool)` casts in `SDL_rect.g.cs`.
2024-04-06 13:32: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 C# enum "typedefs" for C typedefs 2024-04-06 13:32:55 +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 C# enum "typedefs" for C typedefs 2024-04-06 13:32:55 +02:00
SDL_clipboard.g.cs Add C# enum "typedefs" for C typedefs 2024-04-06 13:32:55 +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 Map C `char` to C# `byte` instead of `sbyte` 2024-04-06 12:31:32 +02:00
SDL_events.g.cs Add C# enum "typedefs" for C typedefs 2024-04-06 13:32:55 +02:00
SDL_filesystem.g.cs Add C# enum "typedefs" for C typedefs 2024-04-06 13:32:55 +02:00
SDL_gamepad.g.cs Add C# enum "typedefs" for C typedefs 2024-04-06 13:32:55 +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 C# enum "typedefs" for C typedefs 2024-04-06 13:32:55 +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 C# enum "typedefs" for C typedefs 2024-04-06 13:32:55 +02:00
SDL_init.g.cs Add `[Flags]` attribute to mask/flags enums 2024-04-06 12:58:35 +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 Add C# enum "typedefs" for C typedefs 2024-04-06 13:32:55 +02:00
SDL_keyboard.g.cs Add C# enum "typedefs" for C typedefs 2024-04-06 13:32:55 +02:00
SDL_keycode.g.cs Add `[Flags]` attribute to mask/flags enums 2024-04-06 12:58:35 +02:00
SDL_loadso.g.cs Remap C `void *` to C# `IntPtr` 2024-04-06 12:34:11 +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 Remap C `void *` to C# `IntPtr` 2024-04-06 12:34:11 +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 Add `[Flags]` attribute to mask/flags enums 2024-04-06 12:58:35 +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 C# enum "typedefs" for C typedefs 2024-04-06 13:32:55 +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 C# enum "typedefs" for C typedefs 2024-04-06 13:32:55 +02:00
SDL_pixels.g.cs Add C# enum "typedefs" for C typedefs 2024-04-06 13:32:55 +02:00
SDL_platform.g.cs Map C `char` to C# `byte` instead of `sbyte` 2024-04-06 12:31:32 +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 C# enum "typedefs" for C typedefs 2024-04-06 13:32:55 +02:00
SDL_quit.g.cs Initial SDL3-CS binding project with ClangSharp 2024-04-06 00:57:07 +02:00
SDL_rect.g.cs Add C# enum "typedefs" for C typedefs 2024-04-06 13:32:55 +02:00
SDL_render.g.cs Add C# enum "typedefs" for C typedefs 2024-04-06 13:32: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 C# enum "typedefs" for C typedefs 2024-04-06 13:32:55 +02:00
SDL_stdinc.g.cs Remap C `void *` to C# `IntPtr` 2024-04-06 12:34:11 +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 C# enum "typedefs" for C typedefs 2024-04-06 13:32:55 +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 Map C `char` to C# `byte` instead of `sbyte` 2024-04-06 12:31:32 +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 Add C# enum "typedefs" for C typedefs 2024-04-06 13:32:55 +02:00
SDL_thread.g.cs Add C# enum "typedefs" for C typedefs 2024-04-06 13:32:55 +02:00
SDL_time.g.cs Add C# enum "typedefs" for C typedefs 2024-04-06 13:32:55 +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 C# enum "typedefs" for C typedefs 2024-04-06 13:32:55 +02:00
SDL_version.g.cs Map C `char` to C# `byte` instead of `sbyte` 2024-04-06 12:31:32 +02:00
SDL_video.g.cs Add C# enum "typedefs" for C typedefs 2024-04-06 13:32:55 +02:00
SDL_vulkan.g.cs Add C# enum "typedefs" for C typedefs 2024-04-06 13:32:55 +02:00