Method HookData.Keyboard.IsKey
Overload
Returns true
if key == vkCode or key is Shift
, Ctrl
, Alt
or Win
and vkCode is LShift
/RShift
, LCtrl
/RCtrl
, LAlt
/RAlt
or RWin
.
public bool IsKey(KKey key)
Parameters
key (KKey) |
Returns true
if key == vkCode or key is Shift
, Ctrl
, Alt
or Win
and vkCode is LShift
/RShift
, LCtrl
/RCtrl
, LAlt
/RAlt
or RWin
.
public bool IsKey(KKey key)
key (KKey) |