jaytwo / WmTouchDevice

Raise WPF touch events using WM_TOUCH instead of the lag-prone default implementation.
25 stars 11 forks source link

License #4

Open GeertvanHorrik opened 3 years ago

GeertvanHorrik commented 3 years ago

Thanks for your research and making this open source. What is the license of this code? Is it MIT so we can use it in commercial applications?

Thanks!

jaytwo commented 3 years ago

Good question! This library was an expansion and ruggedisation of a code snippet posted to the Microsoft Connect website. Unfortunately,I don't have a reference for the original author or licence for the snippet.

I don't assert any rights over the parts I've added, so the terms of the MIT licence are completely acceptable to me.

We can keep this issue open until I've found an official way to resolve it but in the meantime, go for it and good luck with your project!

GeertvanHorrik commented 3 years ago

Thanks, your reply is greatly appreciated 👍