Tagged Questions
0
votes
3answers
1k views
Is there an equivalent technique in Cocoa for the synchronous TrackPopupMenu in Windows?
In response to a rightMouse event I want to call a function that displays a context menu, runs it, and responds to the selected menu item. In Windows I can use TrackPopupMenu with the TPM_RETURNCMD ...