Sam Lantinga

Results 1875 comments of Sam Lantinga

> This will need to require 3.2.10 at runtime (when it's released) Yep, I'll take care of this when I merge it.

> OpenTTD relies on both fractional values (for smooth two-finger viewport dragging) and accumulated integer values (for scrolling in menus). Should it be quirked? Yes, feel free to submit a...

The first part should be fixed by d99b732f0. For the second part, it would be entirely surprising that keyboard grab would disable raw input, you'd think intuitively that raw input...

We default raw keyboard input off now, so it shouldn't impact keyboard hooks by default, so I'm moving this out of the 3.2.0 milestone.

> Alt+Esc capture works if we use RIDEV_NOHOTKEYS | RIDEV_NOLEGACY | RIDEV_APPKEYS, but supporting RIDEV_NOLEGACY properly will require some more changes on the SDL side (it appears to break our...

Interesting. It doesn't happen here on the same code and version of OS. It's very possible that World of Tanks is resetting the Windows cursor clip rectangle while in the...

> The solution I'd like to see is: "\threadsafety This function is thread-unsafe." or your standard copy for that. We can certainly do that. Keep in mind that the functions...

Are you still seeing this? I just built from AUR with up to date arch packages and it's working fine for me.