clay/renderers/SDL2
2025-02-06 06:30:07 +00:00
..
clay_renderer_SDL2.c Merge d32db64e4e into 0468243ac7 2025-02-06 06:30:07 +00:00
README Remove missing features from SDL2 renderer README. 2025-01-31 02:35:37 -06:00

Note: on Mac OSX, SDL2 for some reason decides to automatically disable momentum scrolling on macbook trackpads.
You can re enable it in objective C using:

```C
[[NSUserDefaults standardUserDefaults] setBool: YES
                                       forKey: @"AppleMomentumScrollSupported"];
```