mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
Implemented Layers and LayerStack
This commit is contained in:
@@ -29,6 +29,14 @@ namespace GlitchyEngine.Events
|
||||
{
|
||||
protected bool _handled;
|
||||
|
||||
public bool Handled
|
||||
{
|
||||
[Inline]
|
||||
get => _handled;
|
||||
[Inline]
|
||||
set => _handled = value;
|
||||
}
|
||||
|
||||
public abstract EventType EventType {get;}
|
||||
public abstract StringView Name {get;}
|
||||
public abstract EventCategory Category {get;}
|
||||
|
||||
Reference in New Issue
Block a user