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

TimpHitTest

Message argument for IM_HITTEST or IM_HITFRAME

Declaration

Source position: intuition.pas line 3280

type TimpHitTest = record

  MethodID: LongWord;

  

IM_HITTEST or IM_HITFRAME

  imp_Point: record

  

    x: SmallInt;

  

    y: SmallInt;

  

  end;

  imp_Dimensions: record

  

only valid for IM_HITFRAME

    Width: SmallInt;

  

    Height: SmallInt;

  

  end;

end;


Documentation generated on: 2021-07-30