Unit 'intuition' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#amunits]

pTabletData

Pointer to a IntuiMessage TabletData

Declaration

Source position: intuition.pas line 864

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: 2021-07-30