C# Class Core.ExtensionMethods

Afficher le fichier Open project: jflam/repl-lib

Méthodes publiques

Méthode Description
Is ( this keyEvent, Key value ) : bool
IsCtrl ( this keyEvent, Key value ) : bool
IsCtrlShift ( this keyEvent, Key value ) : bool

Method Details

Is() public static méthode

public static Is ( this keyEvent, Key value ) : bool
keyEvent this
value Key
Résultat bool

IsCtrl() public static méthode

public static IsCtrl ( this keyEvent, Key value ) : bool
keyEvent this
value Key
Résultat bool

IsCtrlShift() public static méthode

public static IsCtrlShift ( this keyEvent, Key value ) : bool
keyEvent this
value Key
Résultat bool