Fixed unregistering controllers and emulating extra buttons

This commit is contained in:
Diego Waxemberg
2015-02-10 15:48:01 -05:00
parent c7c28a18c5
commit e31df3f44e
3 changed files with 92 additions and 97 deletions

View File

@@ -10,6 +10,6 @@
@implementation Controller
@synthesize playerIndex;
@synthesize lastButtonFlags, lastLeftTrigger, lastRightTrigger;
@synthesize lastButtonFlags, emulatingButtonFlags, lastLeftTrigger, lastRightTrigger;
@synthesize lastLeftStickX, lastLeftStickY, lastRightStickX, lastRightStickY;
@end