i need a way to determine when a mouse moves over a certain area of my view, or its respective window - either is fine.
currently i used kEventControlTrack in conjunction with TrackMouseLocation to capture click and drag events, but this obviously won't work for just the mouse movement itself.
currently i used kEventControlTrack in conjunction with TrackMouseLocation to capture click and drag events, but this obviously won't work for just the mouse movement itself.