Watch
2
0
Fork
You've already forked raylib-cs
0
raylib-cs/Raylib-cs
Repository files (latest commit first)
Filename Latest commit message Latest commit date
ChrisDill b1f46d3307 Fix pinvoke crashes when returning strings for GetMonitorName, GetClipboardText and GetGamepadName
- These functions return native memory to strings. However it was trying to free the native memory.
- I changed it so they return IntPtr internally and the public versions use Marshal.PtrToStringAnsi to copy it into a
string which fixes this issue.
2020-12-29 18:34:04 +00:00
..
runtimes Updated README.md 2020-05-02 17:03:00 +10:00
Easings.cs Convert all Math calls to MathF to avoid conversions 2020-12-23 15:58:08 +00:00
Raylib-cs.csproj Dropping experimental netfx support 2020-11-12 11:17:03 +00:00
Raylib-cs.targets Minor indent fix for Raylib-cs.csproj and Raylib-cs.targets. 2020-09-12 16:30:17 +01:00
Raylib.cs Fix pinvoke crashes when returning strings for GetMonitorName, GetClipboardText and GetGamepadName 2020-12-29 18:34:04 +00:00
Raymath.cs Removed duplicate license comments from binding code. 2020-09-18 23:45:09 +01:00
Rlgl.cs Minor improvements and formatting 2020-12-28 09:20:03 +00:00