Contains types to define pointer related events.
As with `keyboard-types`, the naming and conventions try to follow the [W3C Pointer Events specification draft](https://w3c.github.io/pointerevents/).
Mostly just a copy/paste of `winit` v0.31 pointer types and `keyboard-types` v0.8.
---