liveconnect and mac os x and eventrecord and NpEvent
[email protected] 27 Dec 2005 11:02:06 -0800
| Newsgroups | gmane.comp.mozilla.devel.mac |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <[email protected]> |
from the mozilla documentation they have
typedef EventRecord NPEvent;
TYPE EventRecord =
RECORD {
what: Integer;
message: LongInt;
when: LongInt;
where: Point;
modifiers: Integer;
END;
I was told that this structure will not work with mac os x. what is the
new structure that i should use on mac os x and running xcode2+ ??
any help would be much appreciated