Apple Remote Cocoa Source
Thursday, March 16th, 2006Last weekend I had some fun playing around with the remote of my MacMini which is connected to a flat screen TV. I came up with ideas about apps that should use the remote (Browser, Dock, …).
Before starting such a project I wanted to check out how to use the apple remote in a cocoa app. After some browsing in the web it was clear that there is no official API released by Apple yet. The best resource I found was on the Cocoa Dev Wiki where some guys wrote about what they already found out. Based on this work I started to develop an Objective-C class which would handle asynchronous events from the apple remote control. (more…)