Re: [Moderator] Re: Apple Remote Control Wrapper sends same button ID for all buttons.

2009-11-06 Thread Uli Kusterer
On 06.11.2009, at 06:43, Scott Anguish wrote: It’s been clear here that private API is not allowed. What private API is used? All I saw in the code were documented IOKit calls. I thought that if something's obviously is exposed via public API like IOKit, it would be considered public API.

Re: [Moderator] Re: Apple Remote Control Wrapper sends same button ID for all buttons.

2009-11-06 Thread Scott Anguish
it’s quite possible that the library he’s using is public API, and if so, my apologies. however, every other wrapper has been using private API. Unfortunately, moderation doesn’t provide the time to examine code posted on third party blogs. The fact that the class is called “Apple Remote”

Re: [Moderator] Re: Apple Remote Control Wrapper sends same button ID for all buttons.

2009-11-05 Thread Scott Anguish
It’s been clear here that private API is not allowed. Nor is NDA product. On Nov 5, 2009, at 9:17 AM, Uli Kusterer wrote: On 05.11.2009, at 07:03, Scott Anguish wrote: The discussion of code that accesses private APIs is not allowed on this list. Continued discussion will cause

Re: Apple Remote Control Wrapper sends same button ID for all buttons.

2009-11-03 Thread Uli Kusterer
On 01.11.2009, at 23:54, Harry Vangberg wrote: I am trying to use the Apple Remote Control Wrapper by Martin Kahr. I made a simple implementation per the website, which just logs mouse events: Try using the HIDRemote class from the IOSpirit guys. It's much newer code and contains lots of

Re: Apple Remote Control Wrapper sends same button ID for all buttons.

2009-11-03 Thread Sean McBride
On 11/1/09 11:54 PM, Harry Vangberg said: I am trying to use the Apple Remote Control Wrapper by Martin Kahr. I made a simple implementation per the website, which just logs mouse events: *SNIP* Which makes it a tad difficult to differ between them. This is developing against 10.6. If you're

Apple Remote Control Wrapper sends same button ID for all buttons.

2009-11-02 Thread Harry Vangberg
Hello I am trying to use the Apple Remote Control Wrapper by Martin Kahr. I made a simple implementation per the website, which just logs mouse events: - (void) sendRemoteButtonEvent:(RemoteControlEventIdentifier)event pressedDown:(BOOL)pressedDown