esfml
esfml copied to clipboard
Support gesture detection
Specifically, the zooming gesture can be very useful in games (especially on a small screen). The GestureDetector
class can, in theory, be called from the native code via the JNI. How to best expose this to the SFML user though, is unknown.