Activation flag for TGadget.Activation. when set, specifies that you want to receive reports on mouse movements
Source position: intuition.pas line 407
const GACT_FOLLOWMOUSE = $0008; |
Flag, when set, specifies that you want to receive reports on mouse movements while this gadget is active. You probably want to set the GACT_IMMEDIATE flag when using GACT_FOLLOWMOUSE, since that's the only reasonable way you have of learning why Intuition is suddenly sending you a stream of mouse movement events. If you don't set GACT_RELVERIFY, you'll get at least one Mouse Position event.