Skip to content

Instantly share code, notes, and snippets.

View manups4e's full-sized avatar
:electron:

Manu manups4e

:electron:
View GitHub Profile
@manups4e
manups4e / NuiWrapper.cs
Last active August 9, 2023 18:24
Nui Wrapper
public class NuiManager
{
private bool _hasFocus;
/// <summary>
/// true if focus is active.
/// </summary>
public bool IsNuiFocusOn => _hasFocus;
/// <summary>