Commit Description:
Avoid passing mouse clicks when the user is hovering over ImGui windows.
Commit Description:
Avoid passing mouse clicks when the user is hovering over ImGui windows.
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;
}
}