Hi,
what about #PB_Mouse_MouseWheel instead of #WM_MOUSEWHEEL?
Thanks,
PHP
#PB_Mouse_MouseWheel instead of #WM_MOUSEWHEEL
- Arctic Fox
- Enthusiast
- Posts: 609
- Joined: Sun Dec 21, 2008 5:02 pm
- Location: Aarhus, Denmark
Re: #PB_Mouse_MouseWheel instead of #WM_MOUSEWHEEL
See #PB_EventType_MouseWheel for the CanvasGadget 
(besides, #WM_MOUSEWHEEL is a Windows API constant - I don't think it should be removed or replaced)

(besides, #WM_MOUSEWHEEL is a Windows API constant - I don't think it should be removed or replaced)
Re: #PB_Mouse_MouseWheel instead of #WM_MOUSEWHEEL
Yes but it doesn't work with ScrollAreaGadget() for example...
-
- Addict
- Posts: 1482
- Joined: Tue Feb 22, 2011 1:16 pm
Re: #PB_Mouse_MouseWheel instead of #WM_MOUSEWHEEL
What's so hard about:PHP wrote:what about #PB_Mouse_MouseWheel instead of #WM_MOUSEWHEEL?
Code: Select all
#PB_Mouse_MouseWheel = #WM_MOUSEWHEEL

Microsoft Visual Basic only lasted 7 short years: 1991 to 1998.
PureBasic: Born in 1998 and still going strong to this very day!
PureBasic: Born in 1998 and still going strong to this very day!