-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linux: Embedded form cannot receive mouse events #12221
Comments
SDL 2.30.8 |
I tried the latest 2.30.12 and the result is still the same |
SDL_SetMouseFocus |
I believe this is fixed with SDL3. |
Do you remember the question I asked you last time? Is there only one px embedded in the form on Linux? That's a bug in SDL3. I mainly used the C # language to write the program, and sdl2 would have better support for C #. Can this be fixed in sdl2. |
Can you share your project so we can debug here? If you need to do it privately, you can send e-mail to [email protected]. |
`Sdl sdl = Sdl.GetApi();
}); Under Windows, the mouse focus can be obtained normally, and getmousestate can obtain coordinates, |
It seems to only appear when creating window from, and no exceptions were found when using create window |
#157 |
Linux: Embedded window cannot receive mouse events
windows:Embedded window in Windows can receive mouse events, but cannot receive keyboard events
The text was updated successfully, but these errors were encountered: