+Note that if \helpref{GetPosition}{wxcontextmenueventgetposition} returns wxDefaultPosition, this means that the event originated
+from a keyboard context button event, and you should compute a suitable position yourself,
+for example by calling \helpref{wxGetMousePosition}{wxgetmouseposition}.
+
+When a keyboard context menu button is pressed on Windows, a right-click event with default position is sent first,
+and if this event is not processed, the context menu event is sent. So if you process mouse events and you find your context menu event handler
+is not being called, you could call wxEvent::Skip for mouse right-down events.
+