wpfgesturerecognizer
wpfgesturerecognizer copied to clipboard
Mouse Support
Does this library support Mouse Operations as Touch events?
Hi KingR1, the library at the moment does not support mouse inputs as is not possible to detect multi points in a mouse (just a single touch or swipe) but it can be easily extended to handle it (using mouse down, move and up).
Haven't added mouse support (to be honest) as I think a touch interface has to be just for touch and an interface with mouse and keyboard has to be different... but I would be happy to add it if you state a good case :)