[Mac] Add note for higher precision pixel scroll
authorthefiddler <stapostol@gmail.com>
Tue, 10 Jun 2014 14:41:09 +0000 (16:41 +0200)
committerthefiddler <stapostol@gmail.com>
Tue, 10 Jun 2014 14:41:09 +0000 (16:41 +0200)
Source/OpenTK/Platform/MacOS/MacOSFactory.cs

index 9c79119..43e7bd7 100644 (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;