TouchEventsKt
Functions
Link copied to clipboard
public final static TouchCanceled TouchCanceled( List<TouchPoint> touches, List<TouchPoint> changedTouches, List<TouchPoint> targetTouches, KeyModifiers keyModifiers)
public final static TouchCanceled TouchCanceled( List<TouchPoint> touches, List<TouchPoint> changedTouches, List<TouchPoint> targetTouches, KeyModifiers keyModifiers)
Creates a new instance of TouchCanceled event with the given parameters.
Link copied to clipboard
public final static TouchEnded TouchEnded( List<TouchPoint> touches, List<TouchPoint> changedTouches, List<TouchPoint> targetTouches, KeyModifiers keyModifiers)
public final static TouchEnded TouchEnded( List<TouchPoint> touches, List<TouchPoint> changedTouches, List<TouchPoint> targetTouches, KeyModifiers keyModifiers)
Creates a new instance of TouchEnded event with the given parameters.
Link copied to clipboard
public final static TouchMoved TouchMoved( List<TouchPoint> touches, List<TouchPoint> changedTouches, List<TouchPoint> targetTouches, KeyModifiers keyModifiers)
public final static TouchMoved TouchMoved( List<TouchPoint> touches, List<TouchPoint> changedTouches, List<TouchPoint> targetTouches, KeyModifiers keyModifiers)
Creates a new instance of TouchMoved event with the given parameters.
Link copied to clipboard
public final static TouchStarted TouchStarted( List<TouchPoint> touches, List<TouchPoint> changedTouches, List<TouchPoint> targetTouches, KeyModifiers keyModifiers)
public final static TouchStarted TouchStarted( List<TouchPoint> touches, List<TouchPoint> changedTouches, List<TouchPoint> targetTouches, KeyModifiers keyModifiers)
Creates a new instance of TouchStarted event with the given parameters.