-
Otherwise there is this error:
```
Exception in thread "main" java.lang.UnsatisfiedLinkError: Unable to load library 'SDL2':
libSDL2.so: невозможно открыть разделяемый объектный файл: Нет такого фа…
-
**Describe the bug**
- [ ] `BOOL` is only available on MS platforms
When trying to compile `VPXPlugin.h` on Linux I get the following error:
```
VPXPlugin.h:97:44: error: unknown type nam…
-
Hi Andrew. Just trying your SDL samples on my ubuntu (actually mint) laptop and wanted to make some notes while I remember them, and maye for your benefit in documentation. (1 & 3 are dos matters, 2 l…
-
**Describe the bug**
If I use wayland sdl backend (`SDL_VIDEODRIVER=wayland`) AND set a scale factor > 1 in my wayland compositor (sway), the remote screen renders at wrong resolution and leaves a bl…
xlucn updated
1 month ago
-
High CPU usage can be observed on Windows with vsync at `1`, after making this change to the snake game example. The high CPU usage might be related to the code driving the `SDL_App*` callbacks, thoug…
-
Hi all,
I met a detection issue on libusb 1.0.27 but the code works on libusb 1.0.26.
Here is the code used :
```
/* Initialise libusb. */
SDL_Log("Init LibUSB... \n");
res = …
-
Please include the following in your bug report:
**Version of emscripten/emsdk:**
3.1.71
**Full link command and output with `-v` appended:**
```inhahe@Logoplex3:~$ em++ /mnt/d/visual\ studi…
-
**Describe the bug**
FreeRDP throws a segmentation fault when trying to reconnect to an AVD server.
```
[14:13:59:148] [116776:0001c828] [ERROR][com.freerdp.core.transport] - [transport_default_w…
-
TLDR: I think SDL_Get_Key_Name(SDL_GetKeyFromScancode(SDL_SCANCODE_A, SDL_KMOD_NONE, false)) should return lowercase "a" (on QWERTY layouts).
I just finished migrating a program I'm working on from…
-
Compile the following code with SDL3:
```cpp
#include
#include "stdlib.h"
#include "stdio.h"
#define SHOW_SDL_BUG_WORKAROUND 0
void show_sld_bug_render_rect(SDL_Window*w, SDL_Renderer…