mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-26 20:45:36 +08:00
tune description of MSG_CHAR
This commit is contained in:
+2
-2
@@ -420,11 +420,11 @@ extern "C" {
|
||||
*
|
||||
* \code
|
||||
* MSG_CHAR
|
||||
* int ch = (int)wParam;
|
||||
* WORD16 ch = (WORD16)wParam;
|
||||
* DWORD key_flags = (DWORD)lParam;
|
||||
* \endcode
|
||||
*
|
||||
* \param ch The ASCII code of the pressed key.
|
||||
* \param ch The EUC code of the pressed key.
|
||||
* \param key_flags The shift key status when this message occurred.
|
||||
*
|
||||
* \note Please use \a LOBYTE_WORD16 and \a HIBYTE_WORD16 to get the bytes
|
||||
|
||||
Reference in New Issue
Block a user