Ethan Lee

Results 604 comments of Ethan Lee

I think the way to fix it is to have the detection work both ways - a lot of warping means it wants relative, but once the application stops it's...

It's been a while but I believe Murder Miners and Proteus are two examples of doing both... maybe Cryptark as well? Superliminal does a little bit of manual ShowCursor work...

Can confirm Proteus' viewport issues are application issues - will probably fix that over the weekend since that game has other problems (as I discovered last night, yech). Totally forgot...

Throwing this out there because it's something I consistently ran into while working on Wayland, and is a consistent pain point for other backends like X: The SDL_Window API spec...

I'm actually not 100% sure we can use this as an application library - the closest protocol I was able to find was wlr-layer-shell, and wlroots protocols are usually for...

The key phrase is "desktop shell components," which is what I was saying earlier - this is likely for things like picture-in-picture or taskbar elements rather than just app windows....

This might fall into 3.0 territory but having a similar feature for keyboards would help a lot too - we have at least one NDA platform that exposes multiple keyboards...

No, it should only affect devices that aren't visible to the Linux hid.c backend. There's logic in the libusb hid.c that takes over devices during enumeration but it's disabled (with...

Pushed the SDL_bool change. For Link, it should be possible to make the list user-modifiable, not sure how that might be done though.