Disable the MouseWheel ZOOM functionTag(s): WinAPI/Registry

[powerscript -  other event]
CONSTANT integer WM_MOUSEWHEEL = 522

IF message.number = WM_MOUSEWHEEL AND &
    KeyDown (KeyControl!) THEN
  message.processed = TRUE
  RETURN 1
END IF



If you find this article useful, consider making a small donation
to show your support for this Web site and its content.

Written and compiled by Réal Gagnon ©1998-2012
[ home ]