Unit 'intuition' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#morphunits]

GACT_FOLLOWMOUSE

Activation flag for TGadget.Activation. when set, specifies that you want to receive reports on mouse movements

Declaration

Source position: intuition.pas line 273

const GACT_FOLLOWMOUSE = $0008;

Description

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.


Documentation generated on: 2021-07-30