Kaydet (Commit) 7afb9c0e authored tarafından ericb2's avatar ericb2 Kaydeden (comit) Thorsten Behrens

Adding missing constants for new metallic remote that Apple introduced in 2009

 * found under MIT-style at svn rev 1195270 (http://svn.apache.org/viewvc?view=revision&revision=1195270)
üst f8e53d73
...@@ -75,6 +75,11 @@ typedef enum _RemoteControlEventIdentifier { ...@@ -75,6 +75,11 @@ typedef enum _RemoteControlEventIdentifier {
// special events (not supported by all devices) // special events (not supported by all devices)
kRemoteControl_Switched =1<<13, kRemoteControl_Switched =1<<13,
// New values for the "metallic" Remote (2009 model)
kMetallicRemote2009ButtonPlay =1<<14,
kMetallicRemote2009ButtonMiddlePlay =1<<15
} RemoteControlEventIdentifier; } RemoteControlEventIdentifier;
@interface NSObject(RemoteControlDelegate) @interface NSObject(RemoteControlDelegate)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment