C# Class uREPL.KeyUtil

ファイルを表示 Open project: hecomi/uREPL Class Usage Examples

Public Methods

Method Description
Alt ( ) : bool
Control ( ) : bool
ControlOrShift ( ) : bool
Enter ( ) : bool
Shift ( ) : bool

Method Details

Alt() public static method

public static Alt ( ) : bool
return bool

Control() public static method

public static Control ( ) : bool
return bool

ControlOrShift() public static method

public static ControlOrShift ( ) : bool
return bool

Enter() public static method

public static Enter ( ) : bool
return bool

Shift() public static method

public static Shift ( ) : bool
return bool