Page 1 of 1

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

Posted: Sat Oct 22, 2016 5:45 pm
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