More generating script glue

This commit is contained in:
Simon Lübeß
2025-07-17 10:16:58 +02:00
parent edfcfd3b20
commit 0a53ff48f9
11 changed files with 2307 additions and 74 deletions
+3
View File
@@ -1,8 +1,11 @@
using GlitchyEngine.Core;
namespace GlitchyEngine;
/// <summary>
/// An enum of all mouse buttons that can be queried using methods in <see cref="Input"/>.
/// </summary>
[EngineClass("GlitchyEngine.Events.MouseButton")]
public enum MouseButton : byte
{
None = 0,