libsdl-org/sdl2-compat

flicker / issue rendering ?

1bsyl opened this issue · 2 comments

1bsyl commented

./testgeometry : triangle disappears when moving / click with the mouse. it should rotate the triangle instead.
./testsprite2 flickers (not sure ?)

not sure why: mouse coords ? maybe missing sensor/ joysticks locks ? )

Mouse coords became floats in SDL3, that should be the reason. Still a TODO:
https://github.com/libsdl-org/sdl2-compat/blob/main/src/sdl2_compat.c#L1357-L1358

1bsyl commented

ok thanks !
maybe the issue, i haven't investigated yet