Re: include: added the new Vista messages.
"Reece Dunn" <msclrhd(a)googlemail.com> wrote:
#define WM_SYSDEADCHAR 0x0107 +#define WM_UNICHAR 0x0109 #define WM_KEYFIRST WM_KEYDOWN -#define WM_KEYLAST 0x0108 +#define WM_KEYLAST 0x0109
Please keep the entries sorted by value. -- Dmitry.
"Dmitry Timoshkov" <dmitry(a)codeweavers.com> wrote:
"Reece Dunn" <msclrhd(a)googlemail.com> wrote:
#define WM_SYSDEADCHAR 0x0107 +#define WM_UNICHAR 0x0109 #define WM_KEYFIRST WM_KEYDOWN -#define WM_KEYLAST 0x0108 +#define WM_KEYLAST 0x0109
Please keep the entries sorted by value.
Ignore this, I missed the fact that 0x0108 no more exists. -- Dmitry.
On 26/12/2007, Dmitry Timoshkov <dmitry(a)codeweavers.com> wrote:
"Reece Dunn" <msclrhd(a)googlemail.com> wrote:
#define WM_SYSDEADCHAR 0x0107 +#define WM_UNICHAR 0x0109 #define WM_KEYFIRST WM_KEYDOWN -#define WM_KEYLAST 0x0108 +#define WM_KEYLAST 0x0109
Please keep the entries sorted by value.
They are (in the above example): 0x0107 WM_SYSDEADCHAR 0x0109 WM_UNICHAR 0x010d WM_IME_STARTCOMPOSITION There is a '-' on the first WM_KEYLAST line, as this has been updated to 0x0109 (as WM_UNICHAR is now the last key message). - Reece
participants (2)
-
Dmitry Timoshkov -
Reece Dunn