You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A NSMenu delegate implementing
menuHasKeyEquivalent_forEvent_target_action(NSMenu menu, NSEvent event, ID
target, Selector action);
is not possible. There is no specific mapping in NSInvocationMapperLookup for
the selector argument. This is mapped to NativeLong instead.
Original issue reported on code.google.com by [email protected] on 1 Oct 2010 at 3:05
The text was updated successfully, but these errors were encountered:
Actually the signature is
- (BOOL)menuHasKeyEquivalent:(NSMenu *)menu forEvent:(NSEvent *)event
target:(id *)target action:(SEL *)action
passing the selector by reference. The issue is therefore that there is no
mapping for IDByReference and a selector by reference.
Original issue reported on code.google.com by
[email protected]
on 1 Oct 2010 at 3:05The text was updated successfully, but these errors were encountered: