C# 클래스 uREPL.KeyUtil

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

공개 메소드들

메소드 설명
Alt ( ) : bool
Control ( ) : bool
ControlOrShift ( ) : bool
Enter ( ) : bool
Shift ( ) : bool

메소드 상세

Alt() 공개 정적인 메소드

public static Alt ( ) : bool
리턴 bool

Control() 공개 정적인 메소드

public static Control ( ) : bool
리턴 bool

ControlOrShift() 공개 정적인 메소드

public static ControlOrShift ( ) : bool
리턴 bool

Enter() 공개 정적인 메소드

public static Enter ( ) : bool
리턴 bool

Shift() 공개 정적인 메소드

public static Shift ( ) : bool
리턴 bool