GadgetClass Method ID. Returns GMR_GADGETHIT if you are clicked on (whether or not you are disabled).
Source position: intuition.pas line 2237
const GM_HITTEST = 0; |
This method is used to test, if a mouse-click hit the gadget. You return GMR_GADGETHIT, if you were hit and 0 otherwise. Note that you have to test, if you were hit, no matter if you are disabled or not.
|
Pointer to Message parameter passed for GM_HITTEST or GM_HELPTEST |
|
|
Message parameter passed for GM_HITTEST or GM_HELPTEST |