Skip to content

multitouch input support

Ghost User requested to merge work/multitouch into master

MouseArea doesn't support multitouch. On android, when you're holding one button, you can still click other buttons. But if using MouseArea based keypad, one button blocks other buttons from receiving key press. This MR replaces MouseArea with Qt QuickControls 2 AbstractButton to support mulititouch

Merge request reports