NAME
SDL2::TouchFingerEvent - Touch finger event structure
SYNOPSIS
use SDL2 qw[:all];
# TODO: I need to whip up a quick example
DESCRIPTION
Fields
type-SDL_FINGERMOTIONorSDL_FINGERDOWNorSDL_FINGERUPtimestamp- In milliseconds, populated usingSDL_GetTicks( )touchId- The touch device idfingerId-x- Normalized in the range0..1y- Normalized in the range0..1dx- Normalized in the range-1..1dy- Normalized in the range-1..1pressure- Normalized in the range0..1windowID- The window underneath the finger, if any
AUTHOR
Sanko Robinson <sanko@cpan.org>