mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-23 22:08:28 +00:00
[Mac] Add note for higher precision pixel scroll
This commit is contained in:
parent
2a4f634848
commit
5e63c5fa5c
|
@ -37,6 +37,9 @@ namespace OpenTK.Platform.MacOS
|
||||||
|
|
||||||
class MacOSFactory : PlatformFactoryBase
|
class MacOSFactory : PlatformFactoryBase
|
||||||
{
|
{
|
||||||
|
// Todo: we can query the exact amount via
|
||||||
|
// CGEventSourceGetPixelsPerLine. This is
|
||||||
|
// approximately 0.1f
|
||||||
internal const float ScrollFactor = 0.1f;
|
internal const float ScrollFactor = 0.1f;
|
||||||
internal static bool ExclusiveFullscreen = false;
|
internal static bool ExclusiveFullscreen = false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue