winit/src/api/win32
Robert Knight f0bab95c4d Express scroll deltas as either line or pixel deltas
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.
2015-06-13 23:19:31 +01:00
..
callback.rs Express scroll deltas as either line or pixel deltas 2015-06-13 23:19:31 +01:00
event.rs Create reorganization 2015-04-24 09:51:23 +02:00
init.rs Switch to dwmapi 2015-05-24 09:10:45 +02:00
mod.rs Allow creating EGL contexts on win32 with the AMD DLLs 2015-05-21 18:59:30 +02:00
monitor.rs Create reorganization 2015-04-24 09:51:23 +02:00