C# Class NoteEditor.Utility.KeyInput

Afficher le fichier Open project: setchi/NoteEditor

Méthodes publiques

Méthode Description
AltKey ( ) : bool
AltKeyDown ( ) : bool
AltPlus ( KeyCode keyCode ) : bool
CtrlKey ( ) : bool
CtrlKeyDown ( ) : bool
CtrlPlus ( KeyCode keyCode ) : bool
FetchKey ( ) : KeyCode
ShiftKey ( ) : bool
ShiftKeyDown ( ) : bool
ShiftPlus ( KeyCode keyCode ) : bool

Method Details

AltKey() public static méthode

public static AltKey ( ) : bool
Résultat bool

AltKeyDown() public static méthode

public static AltKeyDown ( ) : bool
Résultat bool

AltPlus() public static méthode

public static AltPlus ( KeyCode keyCode ) : bool
keyCode KeyCode
Résultat bool

CtrlKey() public static méthode

public static CtrlKey ( ) : bool
Résultat bool

CtrlKeyDown() public static méthode

public static CtrlKeyDown ( ) : bool
Résultat bool

CtrlPlus() public static méthode

public static CtrlPlus ( KeyCode keyCode ) : bool
keyCode KeyCode
Résultat bool

FetchKey() public static méthode

public static FetchKey ( ) : KeyCode
Résultat KeyCode

ShiftKey() public static méthode

public static ShiftKey ( ) : bool
Résultat bool

ShiftKeyDown() public static méthode

public static ShiftKeyDown ( ) : bool
Résultat bool

ShiftPlus() public static méthode

public static ShiftPlus ( KeyCode keyCode ) : bool
keyCode KeyCode
Résultat bool