Sam Lantinga
Sam Lantinga
Okay, sounds good.
The upstream MR was closed, is this still relevant?
There is prior art to naming this direct and indirect in SDL_TouchDeviceType. Should we maybe even use that type here?
> I believe I may be having a related problem: > > I am using ROS2 teleop joy for controlling my robots. We are getting an error: "Unknown event type...
> Here is a snippet of the relevant code: > > ``` > int success = SDL_WaitEventTimeout(&e, wait_time_ms); > if (success == 1) { > // Succeeded getting an event...
@Heisenborgar, the log message should be gone in the latest sdl2-compat release. Does that also fix the stuttering you were seeing?
> [@slouken](https://github.com/slouken), > > Based on your comment we have a new conda forge sdl2=2.32.54 and it does indeed fix the problem I was referring to. Thank you. Glad to...
The fact that it happens with two different controllers and one of them being an Xbox 360 controller makes me think it's probably not the controller. Those are usually pretty...
> Here's the log of playing OpenMW with default install, no mods and SDL_EVENT_LOGGING=2 and the problem still happens: https://pastebin.com/curjhKMm This shows it happening with SDL2, which means it's not...
I'm going ahead and closing this bug because the issue in the title is fixed for the next release. If the OpenMW folks identify the control issue as being a...