├── .gitignore ├── LICENSE ├── README.md ├── example └── example.js ├── package.json └── wheel.js /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mikolalysenko/mouse-wheel/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mikolalysenko/mouse-wheel/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mikolalysenko/mouse-wheel/HEAD/README.md -------------------------------------------------------------------------------- /example/example.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mikolalysenko/mouse-wheel/HEAD/example/example.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mikolalysenko/mouse-wheel/HEAD/package.json -------------------------------------------------------------------------------- /wheel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mikolalysenko/mouse-wheel/HEAD/wheel.js --------------------------------------------------------------------------------