I am looking into making a launcher for a few of my games using Windows Forms. Here is what I am wondering:
How would I make the app run in the background so it can detect input similar to discord's overlay. For example, even when discord isn't open, you can press Shift + ` to open an overlay.
I think it has something to do with this, it looks like discord is running as some sort of background application but I haven't found much guidance on how to go about creating one. Thanks!