[Mac] Add note for higher precision pixel scroll

This commit is contained in:
thefiddler 2014-06-10 16:41:09 +02:00
parent 2a4f634848
commit 5e63c5fa5c

View file

@ -37,6 +37,9 @@ namespace OpenTK.Platform.MacOS
class MacOSFactory : PlatformFactoryBase
{
// Todo: we can query the exact amount via
// CGEventSourceGetPixelsPerLine. This is
// approximately 0.1f
internal const float ScrollFactor = 0.1f;
internal static bool ExclusiveFullscreen = false;