Searched refs:AppleRemoteMainController (Results 1 – 5 of 5) sorted by relevance
40 @implementation AppleRemoteMainController implementation76 NSLog(@"AppleRemoteMainController init done");80 NSLog(@"AppleRemoteMainController init failed");108 pressed = @"(AppleRemoteMainController: button pressed)";127 …default: NSLog( @"AppleRemoteMainController: Unmapped event for button %d", buttonIdentifier); …134 pressed = @"(AppleRemoteMainController: button released)";
40 @interface AppleRemoteMainController : NSObject { interface
109 AppleRemoteMainController* mpAppleRemoteMainController;
469 AppleRemoteMainController* pAppleRemoteCtrl = pSalData->mpAppleRemoteMainController;497 AppleRemoteMainController* pAppleRemoteCtrl = pSalData->mpAppleRemoteMainController;
193 GetSalData()->mpAppleRemoteMainController = [[AppleRemoteMainController alloc] init]; in initNSApp()
Completed in 28 milliseconds