Page 1 of 1

#PB_Mouse_MouseWheel instead of #WM_MOUSEWHEEL

Posted: Fri Jan 27, 2012 9:39 pm
by PHP
Hi,

what about #PB_Mouse_MouseWheel instead of #WM_MOUSEWHEEL?

Thanks,
PHP

Re: #PB_Mouse_MouseWheel instead of #WM_MOUSEWHEEL

Posted: Fri Jan 27, 2012 10:29 pm
by Arctic Fox
See #PB_EventType_MouseWheel for the CanvasGadget :wink:
(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

Posted: Fri Jan 27, 2012 10:55 pm
by PHP
Yes but it doesn't work with ScrollAreaGadget() for example...

Re: #PB_Mouse_MouseWheel instead of #WM_MOUSEWHEEL

Posted: Sat Jan 28, 2012 12:23 am
by MachineCode
PHP wrote:what about #PB_Mouse_MouseWheel instead of #WM_MOUSEWHEEL?
What's so hard about:

Code: Select all

#PB_Mouse_MouseWheel = #WM_MOUSEWHEEL
at the start of your code :?: