git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28059
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
%pythoncode { KeyCode = GetKeyCode }
%extend {
%pythoncode { KeyCode = GetKeyCode }
%extend {
- return self->m_uniChar;
+ return self->GetUnicodeKey();
%#else
return 0;
%#endif
}
}
%#else
return 0;
%#endif
}
}
+ %pythoncode { GetUniChar = GetUnicodeKey }
+
// get the raw key code (platform-dependent)
wxUint32 GetRawKeyCode() const;
// get the raw key code (platform-dependent)
wxUint32 GetRawKeyCode() const;