phatchman
phatchman
A combination of sendto/recv from and WSA_FLAG_OVERLAPPED does indeed fix the issue. I'll do some more testing and submit a PR. Updated client test code below: ``` const builtin =...
I've found a couple of approaches to this, looking for opinions. 1) Change windows.ReadFile to properly handle overlapped IO by setting a manual reset event when the optional offset is...
OK I think I have a solution. Buried within ntdef.h is: // // Low order two bits of a handle are ignored by the system and available // for use...
Works well. Thanks. Do you think it's worth makinging the focus part a button init option or as a dvui.buttonFocused? Just thinking of people with a custom dialog being able...
What if you make default focus a property of windows / floating windows, rather than individual widgets? That guarantees that only 1 widget can request default focus? Though it would...
My thought here is that tab order should always(?) follow focus order, which follows the visual order. I.e. if focused on a dialog with 2 or 3 buttons, one of...
OK. It took me some time to work out how it worked, and why it was necessary, but I understand it now. Basically, the tag is being used as a...
Happy to close?
I've started a small POC integrating AccessKit using the C bindings into the SDL backend on Windows to try and understand what changes would be required. I preface the below...
hmm. What do we think of the chromium license that comes with accesskit? See the binary distribution clause. Though, it is not clear to me what is counted as binary...