isTouchInput property

bool isTouchInput

Returns true if this event was generated by touch input.

Implementation

bool get isTouchInput => which == SDL_TOUCH_MOUSEID;