lolp1 / Overlay.NET

An easy-to-use overlay library written in C# by Jacob Kemple.
732 stars 87 forks source link

Toggle input #33

Open TheOld opened 2 years ago

TheOld commented 2 years ago

Hi, this is a great piece of work, man! Nice and simple and very easy to use. One thing I'd like to be able to do is toggle the input when the DirectX is attached. I'm trying to overlay Reshade over the desktop by hooking it to your lib, which in turn is hooked to a dummy app. The problem is that I can't relay the command to display Reshade UI (or change the values for that matter). Any idea how I could achieve that?