C# 클래스 OurSonic.Utility.Dragger

파일 보기 프로젝트 열기: OurSonic/OurSonicSharp 1 사용 예제들

공개 메소드들

메소드 설명
Click ( Pointer cell ) : void
Dragger ( double>.Action onFling ) : System
IsDragging ( Pointer cell ) : bool
MouseMove ( Pointer cell ) : void
MouseUp ( Pointer cell ) : void
Tick ( ) : void

메소드 상세

Click() 공개 메소드

public Click ( Pointer cell ) : void
cell OurSonic.UIManager.Pointer
리턴 void

Dragger() 공개 메소드

public Dragger ( double>.Action onFling ) : System
onFling double>.Action
리턴 System

IsDragging() 공개 메소드

public IsDragging ( Pointer cell ) : bool
cell OurSonic.UIManager.Pointer
리턴 bool

MouseMove() 공개 메소드

public MouseMove ( Pointer cell ) : void
cell OurSonic.UIManager.Pointer
리턴 void

MouseUp() 공개 메소드

public MouseUp ( Pointer cell ) : void
cell OurSonic.UIManager.Pointer
리턴 void

Tick() 공개 메소드

public Tick ( ) : void
리턴 void