< true if the pen is touching or false if the pen is lifted off
< true if eraser end is used (not all pens support this).
< Complete pen input state at time of event
< In nanoseconds, populated using SDL_GetTicksNS()
< SDL_EVENT_PEN_DOWN or SDL_EVENT_PEN_UP
< The pen instance id
< The window with pen focus, if any
< X coordinate, relative to window
< Y coordinate, relative to window
Pressure-sensitive pen touched event structure (event.ptouch.*)
These events come when a pen touches a surface (a tablet, etc), or lifts off from one.
\since This struct is available since SDL 3.2.0.