mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-04-15 08:08:26 +02:00
increased max touches to 32 for ios
(cherry picked from commit 54bd204377fb73a5871946005bd7cbbad4b91df9)
This commit is contained in:
parent
67ebd5e52b
commit
a8137bb4c1
@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
#import <CoreMotion/CoreMotion.h>
|
#import <CoreMotion/CoreMotion.h>
|
||||||
|
|
||||||
static const int max_touches = 8;
|
static const int max_touches = 32;
|
||||||
|
|
||||||
@interface PandemoniumView () {
|
@interface PandemoniumView () {
|
||||||
UITouch *pandemonium_touches[max_touches];
|
UITouch *pandemonium_touches[max_touches];
|
||||||
|
Loading…
Reference in New Issue
Block a user