Menu

#81 Missing winuser.h constants

closed-fixed
nobody
None
2001-10-30
2001-10-12
No

Hi,

winuser.h needs MOUSEEVENTF_WHEEL (0x0800) to be
defined. Also, the MS documentation refers to VK_A -
VK_Z and VK_0 - VK_9 a lot, but not sure if they should
be defined, they don't seem to be in the MS winuser.h.
Wouln't hurt?

Thanks,

KimS

Discussion

  • Danny Smith

    Danny Smith - 2001-10-30
    • status: open --> closed-fixed
     
  • Danny Smith

    Danny Smith - 2001-10-30

    Logged In: YES
    user_id=11494

    I have added the MOUSEEVENTF_WHEEL and committed to SF CVS.
    I did not add the VK_A - VK_Z and VK_0 - VK_9 defines
    because I did not think they were necessary. They are
    pretty obvious, aren't they?

    Danny