-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0c1159d
commit 4a88d2a
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule FNA
updated
18 files
+3 −0 | .gitmodules | |
+3 −1 | FNA.Core.csproj | |
+2 −0 | FNA.NetFramework.csproj | |
+2 −0 | FNA.NetStandard.csproj | |
+2 −0 | FNA.csproj | |
+2 −0 | Makefile | |
+2 −0 | app.config | |
+1 −1 | lib/FAudio | |
+1 −1 | lib/FNA3D | |
+1 −0 | lib/SDL3-CS | |
+135 −62 | src/FNAPlatform/FNAPlatform.cs | |
+2 −2 | src/FNAPlatform/README | |
+21 −5 | src/FNAPlatform/SDL2_FNAPlatform.cs | |
+2,739 −0 | src/FNAPlatform/SDL3_FNAPlatform.cs | |
+1 −0 | src/Game.cs | |
+2 −2 | src/Input/Mouse.cs | |
+19 −4 | src/Input/TextInputEXT.cs | |
+1 −1 | src/Properties/AssemblyInfo.cs |