Prasanna Loganathar

Results 139 comments of Prasanna Loganathar

^ -- I think that's a reasonable thing to do. My logs are flooded with the same multiple input provided. And I don't want to stop using sccache just because...

Hi @CiriousJoker - would appreciate a PR for small additions like these. Thanks!

Hi, thanks for bringing this up. - If you'd like the same functionality as Win32 API, you can just call `User32.ScreenToClient/User32.ClientToScreen` - I suppose this does leave room for confusion....

Also adding to that, it exposes a `public virtual` method, that's in turn called by the methods that just take a single argument `this.ClientToScreen(clientRect)` to facilitate exactly that. If in...

From the perspective of the `Window`, this client area (not the non client area) is the `client`. From the perspective of Windows, the entire Window is the `client`. Hopefully, that...

A PR would be highly appreciated :)

@Trapov, thank you for the PR. Sorry, was a busy week. Had to put this off until the weekend. Will have a look by the weekend.

Hi @Trapov, I'm sorry I haven't been able to catch up on this. I've been struggling with some hand surgeries for the last few months, and have been completely off...

Yeah, Clipboard is not a simple API. It's handles a lot of conversions and complexities. In that case, what do you think about just focusing on text instead in the...

Additionally, SetClipboardData could have an overload with the exact format constants.