diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-05-19 12:08:26 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-05-19 12:08:26 +0300 |
commit | f765b50caed9f2858ddf4e20ba3a6427e4750240 (patch) | |
tree | 0546c4d97d705cf8ceb6e807edfa0b05ab128678 /README.md | |
parent | 462e5085392eb78610e9b991ed295f0168a079bb (diff) | |
parent | d2a76230effce8586b7d90beff519e221e744bf7 (diff) |
Merge branch 'dev' into work/typesetter
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ When using OpenSSL 1.1.1 from Homebrew, you must add its pkgconfig path to your | |||
73 | 73 | ||
74 | export PKG_CONFIG_PATH=/opt/homebrew/Cellar/openssl@1.1/1.1.1i/lib/pkgconfig | 74 | export PKG_CONFIG_PATH=/opt/homebrew/Cellar/openssl@1.1/1.1.1i/lib/pkgconfig |
75 | 75 | ||
76 | Also, SDL's trackpad scrolling behavior on macOS is not optimal for regular GUI apps because it emulates a physical mouse wheel. This may change in a future release of SDL, but at least in 2.0.14 (and earlier) a [small patch](https://git.skyjake.fi/gemini/lagrange/raw/branch/dev/sdl2-macos-mouse-scrolling.diff) is required to allow momentum scrolling to come through as single-pixel mouse wheel events. Note that SDL comes with an Xcode project; use the "Shared Library" target and check that you are doing a Release build. | 76 | Also, SDL's trackpad scrolling behavior on macOS is not optimal for regular GUI apps because it emulates a physical mouse wheel. This may change in a future release of SDL, but at least in 2.0.14 (and earlier) a [small patch](https://git.skyjake.fi/gemini/lagrange/raw/branch/dev/sdl2-macos-ios.diff) is required to allow momentum scrolling to come through as single-pixel mouse wheel events. Note that SDL comes with an Xcode project; use the "Shared Library" target and check that you are doing a Release build. |
77 | 77 | ||
78 | ### Compiling on Windows | 78 | ### Compiling on Windows |
79 | 79 | ||