GadgetClass Method ID.
Source position: intuition.pas line 2240
const GM_HANDLEINPUT = 3; |
GM_GOACTIVE tells the gadget that it has become active and will receive input from now on from the method >GM_HANDLEINPUT. This is stopped by using GM_GOINACTIVE.