-
test if this is needed on mac
https://www.github.com/libsdl-org/SDL/issues/6454#issuecomment-1295645598
```
enable_language(OBJC)
```
-
I tried this code (minimal reproduction `lib.rs`):
```rust
/// - [`SDL_PROP_WINDOW_CREATE_COCOA_WINDOW_POINTER`]: the
/// `(__unsafe_unretained)` NSWindow associated with the window, if you want
…
-
I was working on getting all the extra libraries to also compile & link statically, but I won't be continuing using SDL2 for the foreseeable future, but to not just throw my changes away, I pushed the…
-
Currently, the guest OS primarily uses its own syscall table. To enable it to run SDL-based applications, we may need to trap and emulate the SDL instruction, which would be handled by the rv32emu SDL…
-
### Tested versions
Reproducible in:
v4.3.stable.official.77dcf97d8
v4.2.2.stable.official.15073afe3
### System information
MXLinux 23.3; 6.1.0-11-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.38-4 (20…
-
I think I found another major problem of IME support on SDL.
The composition text doesn't show when typing.
Firefox:
![image](https://github.com/user-attachments/assets/b04b348b-beb6-4de7-8b93…
-
### LVGL version
v9.2.0 and v9.3.0 dev
### What happened?
i use the lv_draw_line api implement a simple draw app that run on an arm64 soc with a touchpad,it's output res is 4k
when use the default…
-
```
/bin/bash ./libtool --tag=CC --mode=compile x86_64-w64-mingw32.static-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC…
-
My game was working fine before. Then I updated my sdl and I noticed that my game was stuck in an infinite loop. Upon further investigation I found that control was stuck inside my event loop and it w…
-
### Description
Using the MSVC ARM compiler on the latest windows-2022 image fails CMake configuration
```
Image: windows-2022
Version: 20241113.3.0
Included Software: https://github.co…