mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
Added window (de-)activate events
This commit is contained in:
@@ -98,6 +98,11 @@ namespace GlitchyEngine
|
||||
*/
|
||||
public extern void* NativeWindow {get;}
|
||||
|
||||
/**
|
||||
* Gets whether or not the window is active.
|
||||
*/
|
||||
public extern bool IsActive {get;}
|
||||
|
||||
public EventCallback EventCallback
|
||||
{
|
||||
get => _eventCallback;
|
||||
|
||||
Reference in New Issue
Block a user