Rémy Tassoux
Rémy Tassoux
Since [this commit](https://github.com/catchorg/Catch2/commit/7e4ec432d00ccb082846bf9a74c6d8b48e039ba9), if not built with Bazel support, catch2 call std::getenv. Unfortunately, [UWP doesn't support this function](https://docs.microsoft.com/en-us/cpp/cppcx/crt-functions-not-supported-in-universal-windows-platform-apps?view=msvc-170) and according to the documentation, there's no workaround for it. Should we...
The problem is that I have no experience with UWP whatsoever, and in any case, according to the Microsoft documentation, there's no workaround for this specific issue. Therefore, the only...
Thanks @quyykk, I added a patch based on your suggestion to disable the Bazel reporter on UWP. The port builds with success everywhere now.
I think it is ready to be reviewed.
@sezero Sure ;) @hstormo I agree with you. I added the SDL_SetModalLoopMoveCallback function.
Fair enough, if you can implement this without the need to use callbacks, it would be perfect indeed. 😃 Should we close this PR?
I used your functions to create a cursor lock, akin to what Blender does. However, the wrapping was only working on the negative side of each axis. This was due...
Awesome changes! I'm in the process of updating my custom backend to this API, it will integrate much better in my callback based event system. One thing though, If I...
Also, as the improved timer accuracy minimum precision is about 500 µs, the SDL_Delay function parameter should be specified in µs instead of ms to benefit from it.