mirror of
https://github.com/godotengine/godot.git
synced 2025-02-14 14:50:46 +00:00
increased max touches to 32 for ios
(cherry picked from commit 54bd204377
)
This commit is contained in:
parent
669749fa39
commit
914182ffe3
@ -42,7 +42,7 @@
|
||||
|
||||
#import <CoreMotion/CoreMotion.h>
|
||||
|
||||
static const int max_touches = 8;
|
||||
static const int max_touches = 32;
|
||||
|
||||
@interface GodotView () {
|
||||
UITouch *godot_touches[max_touches];
|
||||
|
Loading…
Reference in New Issue
Block a user