Source position: mui.pas line 495
type TMUI_DragImage = record
bm: PBitMap;
width: SmallInt;
height: SmallInt;
touchx: SmallInt;
touchy: SmallInt;
flags: LongWord;
end;