disallow users from enabling/disabling clickable as it doesn't do anything

master
Zaafar Ahmed 5 years ago
parent 0ff6b0d320
commit 410335672e
  1. 12
      ClickableTransparentOverlay/Overlay.cs

@ -199,18 +199,6 @@ namespace ClickableTransparentOverlay
return imController.GetOrCreateImGuiBinding(graphicsDevice.ResourceFactory, texture);
}
/// <summary>
/// Gets or sets the overlay clickable feature.
/// </summary>
public static bool Clickable
{
get => NativeMethods.IsClickable;
set
{
NativeMethods.SetOverlayClickable(window.Handle, value);
}
}
/// <summary>
/// Free all resources acquired by the overlay.
/// </summary>

Loading…
Cancel
Save