mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
increased max touches to 32 for ios
(cherry picked from commit 54bd204377)
This commit is contained in:
committed by
Rémi Verschelde
parent
88e39bf5a7
commit
dfb898094a
@@ -43,7 +43,7 @@
|
||||
|
||||
#import <CoreMotion/CoreMotion.h>
|
||||
|
||||
static const int max_touches = 8;
|
||||
static const int max_touches = 32;
|
||||
|
||||
@interface GodotView () {
|
||||
UITouch *godot_touches[max_touches];
|
||||
|
||||
Reference in New Issue
Block a user