I am a newbie in cocoa so please i apologize for posing a basic question! I am developing a java application displaying a window, and then i am taking its native part to draw onto it using openGL, the native part gives me a NSView pointer. I am able to draw onto it however not able to get mouse/key events appropriately. When i click on the title bar, mouse down, mouseup and so on are entered as expected however when i click on the rest of the frame the acceptsFirstResponder method is entered but then nothing happens on subsequent mouse clicks. I checked the class description on each time entering the acceptsFirstResponder and I got:
NSWindowViewAWT when the window is started NSThemeFrame when clicking on the title bar NSViewAWT when click on the rest of the frame area Where can i view the class references of the above? I ve searched online and i cannot find any?!:( Thanks _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com