mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-23 13:51:30 +11:00
f0bab95c4d
Depending on the platform and device, scroll deltas may either be represented as pixel deltas specifying the amount in pixels to scroll or they may be expressed in 'lines' or 'chunks' for low resolution devices (eg. a traditional mouse wheel). Pixel deltas are currently available on OS X. X11 currently supports only integer line deltas, though pixel deltas are available via XInput2. Windows supports fractional line deltas. |
||
---|---|---|
.. | ||
support | ||
cursor.rs | ||
fullscreen.rs | ||
grabbing.rs | ||
multiwindow.rs | ||
transparent.rs | ||
vsync.rs | ||
window.rs |