mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-23 11:35:39 +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
|
||||
{
|
||||
// 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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue