C# Class Core.ExtensionMethods

Mostrar archivo Open project: jflam/repl-lib

Public Methods

Method Description
Is ( this keyEvent, Key value ) : bool
IsCtrl ( this keyEvent, Key value ) : bool
IsCtrlShift ( this keyEvent, Key value ) : bool

Method Details

Is() public static method

public static Is ( this keyEvent, Key value ) : bool
keyEvent this
value Key
return bool

IsCtrl() public static method

public static IsCtrl ( this keyEvent, Key value ) : bool
keyEvent this
value Key
return bool

IsCtrlShift() public static method

public static IsCtrlShift ( this keyEvent, Key value ) : bool
keyEvent this
value Key
return bool