Matt Campbell

Results 95 comments of Matt Campbell

Well, the HWND is the first parameter to the window proc itself. Combine that with the `lpCreateParams` field in `CREATESTURCTW`, which corresponds to the `lpParam` parameter to `CreateWindowExW`, and you...

@davidkline-ms I think we should collaborate on this. @DataTriny and I are working on a prototype Unity plugin for making games accessible with our [AccessKit](https://github.com/AccessKit/accesskit) project. AccessKit is only implemented...

Also eagerly awaiting this. Will be very helpful for my upcoming implementation of UI Automation provider interfaces in [AccessKit](https://github.com/AccessKit/accesskit).

For the desired pocketable form factor, I think the best solution would be a braille keyboard and no screen, with the user holding the device in landscape orientation. A braille...

Re: a microphone, I assume you're talking about speech recognition. First, I wouldn't compromise the security of this device for a built-in mic. But the real deal-killer is that you...

I'm sorry, I was unclear. A braille keyboard doesn't actually have bumps on it. We call it a braille keyboard because the chords that the user inputs map to the...

As for the height of the keycaps, as long as it's possible to find the keys by touch, it's fine. The good thing about having just a few keys is...

As for the text-to-speech output, how primitive do you want to get? I understand that simplicity of implementation is good for auditability. But if the speech synthesis is too primitive,...

Lots to respond to here. Thanks for taking the time to consider these things. First, about text-to-speech output, I'm relieved that you're not going to push for the absolute simplest...

Bunnie, do you share dumblob's assumption that the user will need to frequently inspect their device for tampering? My guess is that it depends on the user's situation. If there...