Re: Dispatch NSEvent to everyone

2008-07-18 Thread Michael Ash
On Fri, Jul 18, 2008 at 3:15 PM, Nick Zitzmann <[EMAIL PROTECTED]> wrote: > > On Jul 18, 2008, at 12:15 PM, Matthew Williamson wrote: > >> But really, I still have the same problem, because I don't want to use the >> Carbon APIs (if I want my app to be 64-bit, I can't use any Carbon anyway, >> righ

Re: Dispatch NSEvent to everyone

2008-07-18 Thread Nick Zitzmann
On Jul 18, 2008, at 12:15 PM, Matthew Williamson wrote: But really, I still have the same problem, because I don't want to use the Carbon APIs (if I want my app to be 64-bit, I can't use any Carbon anyway, right?). You can; it was mainly HIView and a lot of legacy technologies (QuickDra

Re: Dispatch NSEvent to everyone

2008-07-18 Thread Shawn Erickson
On Fri, Jul 18, 2008 at 11:15 AM, Matthew Williamson <[EMAIL PROTECTED]> wrote: > Ok, looking more at the Quartz event tap stuff, there's more there than I > thought--tablet stuff is there, for instance. But really, I still have the > same problem, because I don't want to use the Carbon APIs (if I

Re: Dispatch NSEvent to everyone

2008-07-18 Thread glenn andreas
On Jul 18, 2008, at 1:15 PM, Matthew Williamson wrote: Ok, looking more at the Quartz event tap stuff, there's more there than I thought--tablet stuff is there, for instance. But really, I still have the same problem, because I don't want to use the Carbon APIs (if I want my app to be 64-b

Re: Dispatch NSEvent to everyone

2008-07-18 Thread Matthew Williamson
Ok, looking more at the Quartz event tap stuff, there's more there than I thought--tablet stuff is there, for instance. But really, I still have the same problem, because I don't want to use the Carbon APIs (if I want my app to be 64-bit, I can't use any Carbon anyway, right?). I just tho

Re: Dispatch NSEvent to everyone

2008-07-18 Thread Shawn Erickson
On Fri, Jul 18, 2008 at 8:55 AM, Matthew Williamson <[EMAIL PROTECTED]> wrote: > but I need to be able to send Cocoa events into the system--meaning > CGPostMouseEvent won't cut it. > All the code examples I can find seem to use CGPostMouseEvent to accomplish > this kind of thing. But I need to

Re: Dispatch NSEvent to everyone

2008-07-18 Thread Jean-Daniel Dupas
Le 18 juil. 08 à 17:55, Matthew Williamson a écrit : Hello list, Ok, I'm completely new to Cocoa programming, but I've been programming for 10 years, so I think I can figure this out. I'm trying to do something remotely similar to a VNC server (pun intended :-) ), but I need to be able t

Dispatch NSEvent to everyone

2008-07-18 Thread Matthew Williamson
Hello list, Ok, I'm completely new to Cocoa programming, but I've been programming for 10 years, so I think I can figure this out. I'm trying to do something remotely similar to a VNC server (pun intended :-) ), but I need to be able to send Cocoa events into the system--meaning CGPostMou