Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
SylphyHorn
Services
ShortcutKeyDetector
C# Class SylphyHorn.Services.ShortcutKeyDetector
Provides the function to detect a shortcut key ([modifier key(s)] + [key] style) by use of global key hook.
显示文件
Open project: Grabacr07/SylphyHorn
Public Methods
Method
Description
ShortcutKeyDetector
( ) :
System
Start
( ) :
void
Stop
( ) :
void
Private Methods
Method
Description
InterceptorOnKeyDown
(
object
sender
,
KeyEventArgs
args
) :
void
InterceptorOnKeyUp
(
object
sender
,
KeyEventArgs
args
) :
void
Method Details
ShortcutKeyDetector()
public
method
public
ShortcutKeyDetector
( ) :
System
return
System
Start()
public
method
public
Start
( ) :
void
return
void
Stop()
public
method
public
Stop
( ) :
void
return
void