]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/event.h
removed wxTLW cruft now that all ports have it
[wxWidgets.git] / include / wx / event.h
index 744263bba419c89c0cfd37b795a30f2e34f01e85..a07982cc9aaec26c5d0a4a052294377d073a41a5 100644 (file)
@@ -863,8 +863,8 @@ public:
     // Get Y position
     wxCoord GetY() const { return m_y; }
 
-    // deprecated
-    long KeyCode() const { return m_keyCode; }
+    // deprecated, Use GetKeyCode instead.
+    wxDEPRECATED( long KeyCode() const );
 
     virtual wxEvent *Clone() const { return new wxKeyEvent(*this); }