maplibre-rs icon indicating copy to clipboard operation
maplibre-rs copied to clipboard

RFC: Input handling

Open DerKarlos opened this issue 3 years ago • 1 comments

Define the needed inout handlers, and functions according to maplibre-gl-js. Create and document the demo input handlers (keys, mouse, touch) and separate them in an extra Rust crate. Add a set/interpolate API to the map code for the handlers. Check, if/what variations of winit, we need

💻 Examples

🚨 Test instructions

Check the maplibre-gl-js code, what input functions are exprected. Use the maplibre-gl-js UI and check if maplibre-rs has the same behaviour Use the exampel handler check if a variation is possible and the API documented.

✔️ PR Todo

  • [ ] Included links to related issues/PRs

DerKarlos avatar Nov 20 '22 14:11 DerKarlos

@DerKarlos Hi! Are you still interested in pushing this forward? :)

maxammann avatar Oct 20 '23 20:10 maxammann