servo/components/compositing
Robert Snakard 35bca991ad Implement WheelEvent Interface
Note: The WheelEvent interface supports rotation in all 3 spatial
dimensions. This implementation only supports two due to limitations
in the Glutin compositor.

The wheelevent interface is a dom interface that triggers for any
attached device that can rotate in one or more spatial dimensions.
Traditionally this is the mouse wheel though other devices could be
used as well. E.g. the trackball on a trackball mouse.
2019-06-09 13:25:01 -04:00
..
build.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
Cargo.toml compositing: removed opts-get 2019-06-01 13:54:57 -06:00
compositor.rs Implement WheelEvent Interface 2019-06-09 13:25:01 -04:00
compositor_thread.rs Use a test VRDisplay that renders to a GL window 2019-03-05 12:54:12 -06:00
gl.rs WR update: new viewport semantic 2019-03-22 15:41:48 +08:00
lib.rs Move RenderNotifier from compositing to servo 2019-02-28 19:53:54 +05:30
touch.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
windowing.rs Implement WheelEvent Interface 2019-06-09 13:25:01 -04:00