+ // deleted by the window when it is destroyed so if it is created using the
+ // default ctor Create() must be called later
+ wxMouseEventsManager() { Init(); }
+ wxMouseEventsManager(wxWindow *win) { Init(); Create(win); }
+ bool Create(wxWindow *win);