I need to have the callback or some event handler which can help me, know front process is changed.
Mac: C++/Carbon. Any help is highly appreciated. Thanks, Rahul
I need to have the callback or some event handler which can help me, know front process is changed.
Mac: C++/Carbon. Any help is highly appreciated. Thanks, Rahul
That would be the kEventAppFrontSwitched
event in the kEventClassApplication
class. See the Carbon Event Manager reference.