Pointer to a IntuiMessage TabletData
Source position: intuition.pas line 477
type PTabletData = ^TTabletData; |
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.
|
Extended Intuition message structure |