Nick Anderson
Nick Anderson
This would require many dependencies, right? I'm looking at GetRawInputData. It looks as if we would need to add the ability to add events (DefWindowProcA), which then would require that...
For the latter two calls, I think that I can add these pretty easily. The author seems pretty responsive to PRs, which is nice.
Great suggestion! This totally should be do-able, let me look into it. I'll try to start another revision of this in the next few weeks.
Thanks for the suggestion! This should be very easy to add. I'll start on this with my next revision.
Yeah! This uses systeminformation, because it exposes all the functionality that I wanted the most simply. However, this systeminformation package just calls wmi queries then parses them inline! It's crazy!...
Grr, I am doing SOMETHING about this, but since the font is not monospace, I can add padding, but there can be differences based on what's added. I tried a...
Yeah! I will totally work on this. I have access to an Nvidia GPU at home, I think, or I can try to borrow one!
I'm marking this as help-wanted until I get a GPU to test this on my own. If you submit a PR, I can review it.
Thanks so much for working on this! I'll take a look this weekend.
Hey there! See my latest commit with the new function `getPrecision()` for #23 , and then look at the _maxWidth. There's some discussion in the issue #33 that I added...