C# 클래스 Sparrow.Touches.TouchEvent

파일 보기 프로젝트 열기: fmotagarcia/sparrow-sharp 1 사용 예제들

공개 메소드들

메소드 설명
TouchEvent ( List touches = null, bool bubbles = true ) : System.Collections.Generic
TouchesWithTarget ( DisplayObject target ) : List
TouchesWithTarget ( DisplayObject target, TouchPhase phase ) : List

메소드 상세

TouchEvent() 공개 메소드

public TouchEvent ( List touches = null, bool bubbles = true ) : System.Collections.Generic
touches List
bubbles bool
리턴 System.Collections.Generic

TouchesWithTarget() 공개 메소드

public TouchesWithTarget ( DisplayObject target ) : List
target Sparrow.Display.DisplayObject
리턴 List

TouchesWithTarget() 공개 메소드

public TouchesWithTarget ( DisplayObject target, TouchPhase phase ) : List
target Sparrow.Display.DisplayObject
phase TouchPhase
리턴 List