News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

WM_MOUSELAST

Started by Jimg, May 02, 2007, 03:20:46 PM

Previous topic - Next topic

Jimg

Shouldn't WM_MOUSELAST = 02Ah ?

Since it's not an actual message in itself, but rather a bracketing message, i.e. to group mouse messages, you search from MOUSEFIRST to MOUSELAST, WM_MOUSELAST needs to be updated to reflect that more mouse messages have been added (WM_MOUSEWHEEL specifically).  Updating the value should have no effect on older code or for use on previous versions of Windows that do not contain the new message, because it will never be found as a message, and therefore not cause any problems.