diff options
-rw-r--r-- | apple_remote/inc/RemoteControl.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apple_remote/inc/RemoteControl.h b/apple_remote/inc/RemoteControl.h index a39f53ba65a2..4476af237b6a 100644 --- a/apple_remote/inc/RemoteControl.h +++ b/apple_remote/inc/RemoteControl.h @@ -75,6 +75,11 @@ typedef enum _RemoteControlEventIdentifier { // special events (not supported by all devices) kRemoteControl_Switched =1<<13, + + // New values for the "metallic" Remote (2009 model) + kMetallicRemote2009ButtonPlay =1<<14, + kMetallicRemote2009ButtonMiddlePlay =1<<15 + } RemoteControlEventIdentifier; @interface NSObject(RemoteControlDelegate) |