Commit Description:
Start decoupling input....
Commit Description:
Start decoupling input. (grafted from c917ecbef5cd2ff3893c85b443a84b706f293554)
File last commit:
Show/Diff file:
Action:
SpriteFontPlus/src/FontStashSharp/Bounds.cs
7 lines | 91 B | text/x-csharp | CSharpLexer
Early working version (including all dependencies, lol).
r0 namespace FontStashSharp
{
internal struct Bounds
{
public float X, Y, X2, Y2;
}
}