servo/components/script_traits
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
..
Cargo.toml Update references to malloc_size_of_derive, which is in crates.io now. 2019-01-13 21:59:31 +01:00
lib.rs Implement WheelEvent Interface 2019-06-09 13:25:01 -04:00
script_msg.rs Auto merge of #23135 - maharsh312:master, r=jdm 2019-05-13 16:19:57 -04:00
webdriver_msg.rs Auto merge of #23171 - hundredeir:find_elem_elems, r=jdm 2019-05-19 15:25:07 -04:00