How do I take faster screenshots using C#?
I’m writing an app to automate some gameplay elements of a rhythm game (and for those curious, I’ve already beaten it, so this is more of a programming challenge rather than a cheat tool). I’ve got it working in general, but the issue I’m having is that the screenshots I take of the play field takes too long (mostly 16’ish ms, but sometimes 30’ish ms), which limits its usability on high-BPM songs.
How do I take faster screenhots using C#?
So I’m writing an app to automate some gameplay elements of a rhythm game (and for those curious, I’ve already beaten it, so this is more of a programming challenge rather than a cheat tool). I’ve got it working in general, but the issue I’m having is that the screenshots I take of the play field takes too long (mostly 16’ish ms, but sometimes 30’ish ms), which limits its usability on high-BPM songs.