Source position: intuition.pas line 1660
type TIntuitionBase = record |
LibNode: TLibrary; |
ViewLord: TView; |
ActiveWindow: PWindow; |
ActiveScreen: PScreen; |
FirstScreen: PScreen; |
Flags: LongWord; |
MouseX: SmallInt; |
MouseY: SmallInt; |
Seconds: LongWord; |
Micros: LongWord; |
end; |