Ryan C. Gordon
Ryan C. Gordon
This at least needs the broken links updated or removed before we close this specific issue, though.
Huh, it's more complicated than I thought it would be: https://github.com/libsdl-org/SDL_ttf/pull/289/files#diff-0df9edd5f1933fec30bed7a6bfdf378b255d827f553d3eb7168d8542c7af6d64R43-R82
This has been asked for since #67, believe it or not. :)
I think CGMouseInput works in the sandbox; the ancient solution was trying to read from HID devices directly, which is a giant no-no for security.
Exposing the raw data like this is a good idea, I think. Is this meant to be Windows only, or can we wire this up for things like Xinput2 on...
Is the `\param[stuff]` format unique to this pull request, or is this something Doxygen knows how to parse? wikiheaders would also need to parse it, too, but if this isn't...
Let me think about it. That might not be a bad idea.
I've started writing up a "best practices" wiki page for this, with the final details and code examples to be filled in when code changes are pushed for this issue....
> I added some code for the chat box and text editor use cases. 
Hmm, this didn't even write the SDL_Log at the start of RunBasicTest (but maybe these are buffered and lost when the crash occurs?).