X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/75aaa4c5acd8258a34a46b64535040b50815e639..1ebe4ca35ea987b1af866fa2ede73667d98dd460:/interface/wx/event.h diff --git a/interface/wx/event.h b/interface/wx/event.h index 766e074b22..d02d5a0d37 100644 --- a/interface/wx/event.h +++ b/interface/wx/event.h @@ -1444,6 +1444,9 @@ public: //@{ /** Obtains the position (in client coordinates) at which the key was pressed. + + Notice that this position is simply the current mouse pointer position + and has no special relationship to the key event itself. */ wxPoint GetPosition() const; void GetPosition(long* x, long* y) const; @@ -1502,11 +1505,15 @@ public: /** Returns the X position (in client coordinates) of the event. + + @see GetPosition() */ wxCoord GetX() const; /** Returns the Y position (in client coordinates) of the event. + + @see GetPosition() */ wxCoord GetY() const; @@ -4543,6 +4550,7 @@ wxEventType wxEVT_COMMAND_ENTER; wxEventType wxEVT_HELP; wxEventType wxEVT_DETAILED_HELP; wxEventType wxEVT_COMMAND_TEXT_UPDATED; +wxEventType wxEVT_COMMAND_TEXT_ENTER; wxEventType wxEVT_COMMAND_TOOL_CLICKED; wxEventType wxEVT_WINDOW_MODAL_DIALOG_CLOSED;