db-tech
db-tech
Thanks for the hint @icculus , i just did that. I seems that at the point when I switch the renderer to window (NULL) I will never get the event...
Hi there, really sorry for not responding. Stressful time. In the imgui example file imgui_impl_sdl.cpp there is this line ```c++ SDL_CaptureMouse(bd->MouseButtonsDown != 0 ? SDL_TRUE : SDL_FALSE); ``` And this...
Ok, i will test it this evening ! Am 9. Aug. 2022, 21:59, um 21:59, "Ryan C. Gordon" ***@***.***> schrieb: ***@***.*** Last call before 2.24 is finished, if you have...
Unfortunately I cannot test it at the moment. I did build this SDL2 version, but then I get a lot of undefined references with SDL_mixer SDL_image and SDL_ttf stuff... So...
> The point for me is that even though the if is always false now, you never know how the code will change later and suddenly the frame csrc can...
> The first example I don't understand This is because in the file `h265_pkt_handler.cc` in function `packet_handler` the variable **intra** will initially get the value INVALID_TS and never get the...
K, I will create a PR as soon as I find the time.
There are a lot of function with double underscore in the name, the standard states: > the identifiers with a double underscore anywhere are reserved; I am, personally not fond...
Sorry, I have to give up. It is just to much stuff that I cannot simply change without asking you first. So it does not make sense for me to...
Not sure for what purpose you really want to add this but this pattern most of the time just makes code harder to maintain.