X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/57ab6f2314860f6efd2d1339913c91a302020a8e..45aa63c28877bbe4584f47b768af903d85f7642b:/interface/wx/event.h diff --git a/interface/wx/event.h b/interface/wx/event.h index 24e6942a95..a3d0022978 100644 --- a/interface/wx/event.h +++ b/interface/wx/event.h @@ -1252,6 +1252,8 @@ enum wxKeyCategoryFlags Notice that currently no translation is done for the presses of @c [, @c \\, @c ], @c ^ and @c _ keys which might be mapped to ASCII values from 27 to 31. + Since version 2.9.2, the enum values @c WXK_CONTROL_A - @c WXK_CONTROL_Z + can be used instead of the non-descriptive constant values 1-26. Finally, modifier keys only generate key events but no char events at all. The modifiers keys are @c WXK_SHIFT, @c WXK_CONTROL, @c WXK_ALT and various