Add button pairings to allow simultaneous pressing

This commit is contained in:
Willi Ye
2021-02-05 00:04:03 +01:00
committed by ◱ Mark
parent 696f0c7769
commit 1fae3488ad
3 changed files with 55 additions and 18 deletions

View File

@ -70,6 +70,7 @@ abstract class OnScreenButton(
* Keeps track of finger when there are multiple touches
*/
var touchPointerId = -1
var partnerPointerId = -1
var isEditing = false
private set