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

PTabletData

Pointer to a IntuiMessage TabletData

Declaration

Source position: intuition.pas line 485

type PTabletData = ^TTabletData;

Description

If your window sets WA_TabletMessages to True, then it will receive extended IntuiMessages (TExtIntuiMessage) whose .eim_TabletData field points at a TabletData structure. This structure contains additional information about the input event.

See also

TExtIntuiMessage

  

Extended Intuition message structure


Documentation generated on: 2017-01-10