Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
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.
Afficher le fichier
Open project: Grabacr07/SylphyHorn
Méthodes publiques
Méthode
Description
ShortcutKeyDetector
( ) :
System
Start
( ) :
void
Stop
( ) :
void
Private Methods
Méthode
Description
InterceptorOnKeyDown
(
object
sender
,
KeyEventArgs
args
) :
void
InterceptorOnKeyUp
(
object
sender
,
KeyEventArgs
args
) :
void
Method Details
ShortcutKeyDetector()
public
méthode
public
ShortcutKeyDetector
( ) :
System
Résultat
System
Start()
public
méthode
public
Start
( ) :
void
Résultat
void
Stop()
public
méthode
public
Stop
( ) :
void
Résultat
void