sand

Results 11 comments of sand

This is a really useful feature to those apps who using external GUI framework, now it's 2022, this issue is almost 10 years. Will it be closed in version 3.4?

I just create a pull request to support using string_view as key to open and find resource.

This bug is reappeared on latest commit, still need to add following code to gets MouseWheel event on Windows7. ``` case WM_LBUTTONUP: case WM_RBUTTONUP: case WM_MBUTTONUP: case WM_XBUTTONUP: case WM_LBUTTONDOWN:...

> I'm wondering if this is an issue with the embedded control rather than SDL? > > Can you reproduce this with testwm --info event? Yes, you are right, I...

> Maybe you just need to give the SDL window focus when the hosting control gains focus? I'm wondering why it doesn't work only on windows7? There may be some...

Same issue for me, **can't receive events on X11**, has anyone have updates on this?

I found a solution to fix this issue may give some help to you: First set a hit test function to embedded window control. ``` SDL_SetWindowHitTest(m_hWnd, SDL_X11_HitTest, nullptr); ``` Since...

here is the minimal test case, include prebuilt SDL libraries in both windows and Linux platform, which built from latest sdl code. >[src.zip](https://github.com/user-attachments/files/17301724/src.zip)

Thanks for the reply, I haven't tried it yet, so it looks like I need to manually restore the default cursor on the Linux platform? because on Windows platform, it...

请问有改进方法吗,我也用麦克风流式识别,错误率很高