Pointer to a IntuiMessage TabletData
Source position: intuition.pas line 864
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 |