X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5844ad30dd364fd9121b947dfb5164f4ad3a94da..8e77fd8bca165aab9709649d79a7cbc6a172d4e1:/include/wx/msw/private/keyboard.h diff --git a/include/wx/msw/private/keyboard.h b/include/wx/msw/private/keyboard.h index ef32ae28a1..e9b0ea6296 100644 --- a/include/wx/msw/private/keyboard.h +++ b/include/wx/msw/private/keyboard.h @@ -27,8 +27,9 @@ namespace wxMSWKeyboard // default if lParam == 0. // // Returns WXK_NONE if translation couldn't be done at all (this happens e.g. -// for dead keys) or if the key corresponds to a non-ASCII character in which -// case uc is filled with its Unicode value. +// for dead keys and in this case uc will be WXK_NONE too) or if the key +// corresponds to a non-Latin-1 character in which case uc is filled with its +// Unicode value. WXDLLIMPEXP_CORE int VKToWX(WXWORD vk, WXLPARAM lParam = 0, wchar_t *uc = NULL); // Translate wxKeyCode enum element (passed as int for compatibility reasons)