help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Procedures and functions][Variables] Reference for unit 'gpm' (#rtl)

Tgpm_roi

Record used to define regions of interest.

Declaration

Source position: gpm.pp line 115

type Tgpm_roi = packed record

  xmin: Integer;

  

Minimum horizontal position.

  xmax: Integer;

  

Maximum horizontal position.

  ymin: Integer;

  

Minimum vertical position.

  ymax: Integer;

  

Maximum horizontal position.

  minmod: Word;

  

Minimum modifiers required

  maxmod: Word;

  

Maximum modifiers allowed

  eventmask: Word;

  

Events to signal

  owned: Word;

  

?

  handler: TGpmHandler;

  

Handler to call in case of event.

  clientdata: pointer;

  

Clientdata to pass to event handler

  prev: Pgpm_roi;

  

Previous region of interest.

  next: Pgpm_roi;

  

Next region of interest.

end;

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505