Novice programmer asking first question on stack-overflow. I am writing an app for mac osx that monitors for text selection ie when a user does a double click on some text. The text can come from a browser or text editor, etc. The goal is to capture the text and do some processing on the text.
I been reading about the mouse and cursor events in mac library but doesn't seem to answer my questions and googling around leaving me bit lost. http://developer.apple.com/mac/library/documentation/Cocoa/Conceptual/EventOverview/MouseTrackingEvents/MouseTrackingEvents.html
Anyone guru want to share where I can find the answer? Any guidance will be appreciated! :)
Thank you!