mirror of
https://github.com/Takiiiiiiii/strato.git
synced 2025-07-17 08:46:39 +00:00
Add button pairings to allow simultaneous pressing
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user