Help on Cocoa Class references
Help on Cocoa Class references
- Subject: Help on Cocoa Class references
- From: Leanne Attard <email@hidden>
- Date: Tue, 18 Jan 2011 02:46:16 -0800 (PST)
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 (email@hidden)
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:
This email sent to email@hidden