| 2550 | #else |
| 2551 | |
| 2552 | static void |
| 2553 | macClickMessage(EventRecord *theEvent, WindowPtr theWindow) |
| 2554 | { |
| 2555 | Point mouse = theEvent->where; |
| 2556 | |
| 2557 | GlobalToLocal(&mouse); |
| 2558 | MsgClick(GetNhWin(theWindow), mouse); |
| 2559 | macClickText(theEvent, theWindow); |
| 2560 | } |
| 2561 | |
| 2562 | static short |
| 2563 | macUpdateMessage(EventRecord *theEvent, WindowPtr theWindow) |
nothing calls this directly
no test coverage detected