[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'Intuition' (#aros)

TTabletHookData

Declaration

Source position: intuition.pas line 503

type TTabletHookData = record

  thd_Screen: PScreen;

  

Pointer to the active screen: Note: if there are no open screens, thd_Screen will be nil.

  thd_Width: LongWord;

  

Scaled to a standard NTSC width of 640.

  thd_Height: LongWord;

  

Scaled to a standard NTSC height of 400

  thd_ScreenChanged: LongInt;

  

Non-zero if the screen or something about the screen changed since the last time you were invoked

end;


Documentation generated on: 2017-01-10