SDL3-CS/SDL3-CS.Tests
Susko3 f988cb2d0b Implement helper for SDL_GetTrayEntries()
The returned array should not be SDL_free'd as it's a `const` pointer.
2025-01-05 04:33:11 +00:00
..
MainCallbacksTest.cs Update bindings 2024-10-02 00:51:01 +01:00
MyWindow.cs Add SDLBool with implicit bool conversions 2024-09-22 02:03:16 +01:00
ObjectHandle.cs Pull in ObjectHandle changes from framework 2024-05-21 13:32:57 +02:00
Program.cs Add a simple usage test for SDL_GetWindows() 2024-12-17 17:20:39 +01:00
SDL3-CS.Tests.csproj Add desktop tests project 2024-04-20 19:30:24 +09:00
TestClipboard.cs Add SDLBool with implicit bool conversions 2024-09-22 02:03:16 +01:00
TestInterface.cs Add some missing macros 2024-10-02 02:13:12 +01:00
TestPositionalInputVisualisation.cs Mark interactive test with `[Explicit]` 2024-12-31 02:57:20 +01:00
TestSDLBool.cs Add SDLBool with implicit bool conversions 2024-09-22 02:03:16 +01:00
TestTray.cs Implement helper for SDL_GetTrayEntries() 2025-01-05 04:33:11 +00:00
TestUtf8String.cs Change all namespaces to `SDL` (from `SDL3`) 2024-04-19 19:02:22 +02:00
TrayTest.cs Add simple SDL_tray test 2024-12-31 02:56:57 +01:00