Re: [NSEvent data1]

2009-07-29 Thread Jesper Storm Bache
This is not a problem with your understanding, but a known problem on 10.5: 6361482 AppKit 64 bit truncation of data1 and data2 when posting a custom event For 10.5 splitting up the data is probably the best way to go Jesper Storm Bache On Jul 29, 2009, at 4:52 PM, kvic...@pobox.com wrote:

[NSEvent data1]

2009-07-29 Thread kvic...@pobox.com
i'm building a 64bit app. in response to USB input, i create and post an application defined event. for the data1 field, i pass the address of an NSMutableDictionary as follows: ... data1: (NSInteger)dataDict ... in my application object's sendEvent override, i'm only getting (via [