Finding which control is selected
Finding which control is selected
- Subject: Finding which control is selected
- From: Peter Sichel <email@hidden>
- Date: Thu, 18 Oct 2001 13:22:09 -0400
Here's a simple question I haven't seen answered yet.
What is the normal way of determining which control
in a window is currently selected (has input focus)?
I understand how to get the firstResponder for
the window, but how do I match that with a control?
Thanks,
- Peter
--