WX 3.1 OSX: wxMouseEvent Entering() and Leaving() only when application active

Do you have a typical platform dependent issue you're battling with ? Ask it here. Make sure you mention your platform, compiler, and wxWidgets version.
Post Reply
heinermueller
Experienced Solver
Experienced Solver
Posts: 99
Joined: Sat Oct 26, 2013 11:54 am

WX 3.1 OSX: wxMouseEvent Entering() and Leaving() only when application active

Post by heinermueller »

Hi all,

on wx 3.1 on OSX wxMouseEvent Entering and Leaving gets only called when the application or one of its child windows is active. Is this desired behaviour? Is there a way to receive this event always? I want to protect a window which is presented permanently to public from accidential mouse movement (by e.g. changing the mouse cursor).

Best
Heiner
Post Reply