Changeset 4319
- Timestamp:
- 03/12/10 01:32:51 (6 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/showtime/src/ui/appleremote/ShowtimeMainController.m
r3397 r4319 61 61 62 62 RemoteControlContainer* container = 63 [[RemoteControlContainer alloc] initWithDelegate: remoteControlBehavior];63 [[RemoteControlContainer alloc] initWithDelegate: remoteControlBehavior]; 64 64 [container instantiateAndAddRemoteControlDeviceWithClass: 65 65 [AppleRemote class]]; … … 151 151 break; 152 152 } 153 153 154 154 NSLog(@"Button %@ pressed %@ %d clicks", buttonName, pressed, clickCount); 155 155 } … … 176 176 177 177 [[ShowtimeMainController alloc] initWithUi:ui primary:primary]; 178 178 179 179 [pool release]; 180 180