Reputation: 7219
Building a kiosk application that only requires button press and button drag(scroller) detection.
I DON'T need multitouch, or gesture recognition.
Will I still need to substitute any MouseEvents for TouchEvents?
Upvotes: 0
Views: 114
Reputation: 1067
Yes, you can use only MouseEvent
for a desktop application.
Upvotes: 1