[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'Intuition' (#aros)

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 259

const GACT_FOLLOWMOUSE = 1 shl 3;

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: 2017-01-10