Tag for TTabletData.td_TagList. The pressure reading of the stylus.
Source position: intuition.pas line 851
const TABLETA_Pressure = TABLETA_Dummy + $06; |
The pressure reading of the stylus. The pressure should be normalized to fill a signed long LongInt. Typical devices won't generate negative pressure, but the possibility is not precluded. The pressure threshold which is considered to cause a button-click is expected to be set in a Preferences program supplied by the tablet vendor. The tablet driver would send inputevent.IECODE_LBUTTON-type events as the pressure crossed that threshold.