mirror of
https://github.com/nicbarker/clay.git
synced 2025-01-23 09:56:03 +00:00
e11a394c25
Co-authored-by: Nic Barker <contact+github@nicbarker.com> |
||
---|---|---|
.. | ||
clay_renderer_SDL2.c | ||
README |
Please note, the SDL2 renderer is not 100% feature complete. It is currently missing: - Border rendering - Image rendering - Rounded rectangle corners 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"]; ```