mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-13 06:23:27 +00:00
Merge pull request #74367 from webair/increase-max-touches-ios
iOS: Increase max simultaneous touches to 32
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
|
||||
#import <CoreMotion/CoreMotion.h>
|
||||
|
||||
static const int max_touches = 8;
|
||||
static const int max_touches = 32;
|
||||
static const float earth_gravity = 9.80665;
|
||||
|
||||
@interface GodotView () {
|
||||
|
||||
Reference in New Issue
Block a user