Dietrich Epp
Dietrich Epp
> The first and foremost one is that it won't load custom SDLK bindings if there are any present, instead falling back to the new SDLS bindings. You could do...
I also experience this issue. Looks like #393 and #2020 are related. My thoughts: * Fixing this issue is easy with the SDL front-end. SDL already provides a platform-independent way...
It looks like the cause is that if you’re running a shell script, the process name is the name of the shell script, not the name of the shell. At...
After a comment from Stephen Colebourne, I'm considering rolling the ticks back to 1ns. This will give timespec compatibility.
Wow, Stephen Colebourne commented on my design! 1) I feel a little uneasy making references to a time scale that lacks implementations on common hardware, although the Java time scale...
I'll look into it next month. Windows support is probably first, though.
`id_test` is a unit test, it will print an error message if it fails. I can add documentation that explains this. When I run `x11_test` on Linux and press the...
That's a very good point. If anything, I would prefer something derived from the USB HID names since they're part of a standard, but not all USB HID names are...
To clarify, there would be two types of names for keys, but they're separate (so you can use the same name in both for different keys). * The Key ID...