2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-09-09 03:01:41 -04:00
Commit Graph

7 Commits

Author SHA1 Message Date
4d7aeda42b Update Examples/text/text_input_box.cs
- Changed to char array.
- Fixed backspace out of bounds issue.
2018-10-26 18:39:13 +01:00
c617dff002 Fixing more examples
- Changed a few parts to use IntPtr for now.
2018-10-25 18:20:13 +01:00
ce89a3bc8d Removed FormatText + SubText change
- Using built in string.Format instead of FormatText.
- SubText changed to extension method for a string that uses Substring and a bound limit.
2018-10-25 17:21:47 +01:00
6ab272042f Fixed trailing whitespace
- Removed trailing whitespace from bindings and examples.
2018-10-24 12:41:55 +01:00
6271af0eb3 Fixed line endings
- Line endings were not correct causing files to not display correctly.
2018-10-23 21:57:39 +01:00
bd525b9921 Porting examples
- Test.Common now used for Examples project.
- Testing examples alot.
2018-10-22 16:10:20 +01:00
bdf17a2101 Changing examples to use makefile
- Testing a modified version of the makefile from raylib Instead of multiple project files for examples.
- Fixed readme example
2018-10-01 09:25:18 +01:00