Sam Lantinga

Results 1875 comments of Sam Lantinga

Can you create a PR and add links to test images? Thanks!

Are you still seeing this? I'm not seeing any way for the fieldEdit to be removed and not get a new parent. Is ImGui modifying the view heirarchy or fieldEdit...

I'm still confused what the bug is. SDL_GetMouseState() returns the mouse position relative to and clamped to the window client area, and SDL_GetGlobalMouseState() returns the mouse position in global screen...

So what values are you seeing for SDL_GetWindowPosition() when fullscreen in this situation? I would expect x = 0 and y = 40, or something like that.

Okay, I understand the problem now. SDL is assuming that fullscreen windows are at 0,0 which isn’t true in this case. I just got access to a Mac with a...

@icculus, what's our guarantee about event dispatch with respect to app iteration? If it's guaranteed to be multi-threaded on some platforms, that's going to be really awkward for application code.

> I tested it on macos (mbp M2 pro) and got some weird behaviour. I have two screens connected, one 120 hz (the laptop screen) and one 60 hz. >...

SDL_AddTimerPrecise()? Seems good to me, do you want to whip up a PR?