Sam Lantinga

Results 1875 comments of Sam Lantinga

> Planning on moving the SDL_GPU examples to the new folder soon - we do have one small issue, which is that we depend on stb_image to load HDR images...

Yeah, we probably don't want circular dependencies for anything in the main SDL build. There's an SDL test program that has an optional dependency on SDL_ttf, but can be built...

I like that! Can we put the source code on the left and the console on the right and make the tabs larger?

I think the functionality you're asking for is already available by using SDL hints. What devices and what subsystems are you trying to block?

We can block the event, but we can't block the operating system from using the device, which is what I think you're asking for here.

So in order to achieve this, you'd have to enable both raw mouse and keyboard input. But considering the user impact of that, users who aren't savvy and just got...

There is already a hint for blocking HID devices but it only affects the HID API. There is also a hint to affect the joystick API. There isn’t anything similar...

@rom1v, can you reproduce this with the SDL preview 3.1.6 or main code? If so, what sound card are you using?

Okay, WASAPI in general is working, and shipping to millions of people in CS2 and DOTA, so I expect this is something unique with the user's system or drivers. If...