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

tgpHitTest

Message parameter passed for GM_HITTEST or GM_HELPTEST

Declaration

Source position: intuition.pas line 3244

type tgpHitTest = record

  MethodID: LongWord;

  

GM_HITTEST or GM_HELPTEST

  gpht_GInfo: pGadgetInfo;

  

  gpht_Mouse: record

  

These values are relative to the gadget select box for GM_HITTEST. For

    x: SmallInt;

  

    y: SmallInt;

  

  end;

end;


Documentation generated on: 2021-07-30