clay/renderers/SDL2
2025-02-07 11:05:05 +13:00
..
clay_renderer_SDL2.c Format similar to existing code. 2025-02-07 11:05:05 +13:00
README Remove missing features from SDL2 renderer README. 2025-02-07 11:05:05 +13: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"];
```