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



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

Tgpm_event

GPM event record

Declaration

Source position: gpm.pp line 79

type Tgpm_event = packed record

  buttons: Byte;

  

Pressed buttons

  modifiers: Byte;

  

Modifier flags

  vc: Word;

  

Virtual console

  dx: Word;

  

Change in horizontal position since last event

  dy: Word;

  

Change in vertical position since last event

  x: Word;

  

Horizontal position of event

  y: Word;

  

Vertical position of event

  EventType: TGpmEtype;

  

Event type

  clicks: LongInt;

  

Number of clicks

  margin: TGpmMargin;

  

Position where mouse cursor left the screen.

  wdx: Word;

  

Horizontal size

  wdy: Word;

  

Vertical size

end;

Description

Tgpm_event describes the events that are reported by GPM.

Notes

 No notes exist for this page yet. 





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