winit-sonoma-fix/examples
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
..
support Fix the GLES code in examples/support/mod.rs 2015-04-30 23:04:07 +02:00
cursor.rs Express scroll deltas as either line or pixel deltas 2015-06-13 23:19:31 +01:00
fullscreen.rs Fix and re-enable the fullscreen example 2015-04-24 09:35:49 +02:00
grabbing.rs Removed unused features from build and examples. 2015-04-03 02:31:15 -07:00
multiwindow.rs Fix examples so that travis passes again 2015-04-17 15:23:13 +02:00
transparent.rs Add API for transparency and decorations and add support for win32 2015-05-24 09:10:44 +02:00
vsync.rs Removed unused features from build and examples. 2015-04-03 02:31:15 -07:00
window.rs Print the pixel format in the window example 2015-05-04 09:23:43 +02:00