C# 클래스 Invert.Core.GraphDesigner.MouseEvent

파일 보기 프로젝트 열기: InvertGames/uFrame.Editor 1 사용 예제들

공개 메소드들

메소드 설명
Begin ( IInputHandler handler ) : void
Cancel ( ) : void
MouseEvent ( ) : System.Collections.Generic
MouseEvent ( ModifierKeyState modifierKeyStates ) : System.Collections.Generic
MouseEvent ( ModifierKeyState modifierKeyStates, IInputHandler defaultHandler ) : System.Collections.Generic

메소드 상세

Begin() 공개 메소드

public Begin ( IInputHandler handler ) : void
handler IInputHandler
리턴 void

Cancel() 공개 메소드

public Cancel ( ) : void
리턴 void

MouseEvent() 공개 메소드

public MouseEvent ( ) : System.Collections.Generic
리턴 System.Collections.Generic

MouseEvent() 공개 메소드

public MouseEvent ( ModifierKeyState modifierKeyStates ) : System.Collections.Generic
modifierKeyStates ModifierKeyState
리턴 System.Collections.Generic

MouseEvent() 공개 메소드

public MouseEvent ( ModifierKeyState modifierKeyStates, IInputHandler defaultHandler ) : System.Collections.Generic
modifierKeyStates ModifierKeyState
defaultHandler IInputHandler
리턴 System.Collections.Generic