+ /**
+ Default constructor.
+
+ You must call Create() to finish initializing the mouse events manager.
+ If possible, avoid the use of this constructor in favour of the other
+ one which fully initializes the mouse events manager immediately.
+ */
+ wxMouseEventsManager();
+